You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.5 KiB
2.5 KiB
In [66]:
! pandoc index.md --standalone --css text.css -o index.html
[WARNING] This document format requires a nonempty <title> element. Please specify either 'title' or 'pagetitle' in the metadata. Falling back to 'index'
In [67]:
! pandoc index_nouns.md --standalone --css text.nouns.css -o index_nouns.html
[WARNING] This document format requires a nonempty <title> element. Please specify either 'title' or 'pagetitle' in the metadata. Falling back to 'index_nouns'
In [68]:
! pandoc indexOG.md --standalone --css text.css -o indexOG.html
[WARNING] This document format requires a nonempty <title> element. Please specify either 'title' or 'pagetitle' in the metadata. Falling back to 'indexOG'
In [70]:
! pandoc index.island.md --standalone --css island.css -o index.island.html
[WARNING] This document format requires a nonempty <title> element. Please specify either 'title' or 'pagetitle' in the metadata. Falling back to 'index.island'
In [ ]: