pandocでmarkdownをhtmlに変換する際に使用するcssの選択。
html変換時のコマンド:
pandoc --standalone --self-contained --table-of-contents --toc-depth=6 -t html5 --css=<css.css> <markdown.md> -o <html.html>
--self-contained
を使ってCSSをdataURIスキームに変換して埋め込む。- その為、外部ファイルを参照しているcssは使用できない。
https://github.com/jasonm23/markdown-css-themes
http://jasonm23.github.io/markdown-css-themes/
https://github.com/sindresorhus/github-markdown-css
https://sindresorhus.com/github-markdown-css/
https://github.com/mrcoles/markdown-css
http://mrcoles.com/demo/markdown-css/
https://github.com/markdowncss/splendor
http://markdowncss.github.io/splendor/
https://github.com/markdowncss/retro
http://markdowncss.github.io/retro/
https://github.com/markdowncss/air
http://markdowncss.github.io/air/
https://github.com/markdowncss/modest
http://markdowncss.github.io/modest/
これがよさそう。