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

In [32]:
! 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 [56]:
! 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 [28]:
! 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 [55]:
! 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 [ ]: