Skip to content

Instantly share code, notes, and snippets.

@taniarascia
Created September 23, 2018 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taniarascia/dc95fc2433fcdb50b193963f842f5566 to your computer and use it in GitHub Desktop.
Save taniarascia/dc95fc2433fcdb50b193963f842f5566 to your computer and use it in GitHub Desktop.
Pandoc

Pandoc Resources

brew instal pandoc
mkdir pandocking
cd pandocking
pandoc chapter1.md -s -o chapter1.html

Flags

--no-highlight
--highlight-style new-moon.theme 
--css pandoc.css || -c pandoc.css
-A footer.html // after
-B header.html // before
pandoc es6.md -s --css pandoc.css --no-highlight -B header.html -A footer.html  -o example.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment