mfenner / jekyll-pandoc

Jekyll Pandoc markdown converter as Ruby gem
MIT License
82 stars 10 forks source link

Use external LaTeX packages like TikZ in markdown #14

Open i2000s opened 6 years ago

i2000s commented 6 years ago

I wonder how to use TikZ using this plugin for Jekyll. There has been a way in Atom preview by a plugin like this and in Rmarkdown like this. Can I use TikZ code and/or other LaTeX packages directly in markdown using this plugin in, or I'd better use a jekyll-tikz plugin instead?

Thanks!