jekyll-pandoc
jekyll-pandoc copied to clipboard
Jekyll Pandoc markdown converter as Ruby gem
I followed instructions (GEMFILE, `bundle install`, `_config.yaml`), but the build seems to not recognise Pandoc as markdown processor. ```bash Markdown processor: "Pandoc" is not a valid Markdown processor. Available processors...
I'm trying to use the 'markdown_in_html_blocks' extension. When I add it in _config,yml and try to build with Jekyll, I get the following error: > Conversion error: Jekyll::Converters::Markdown encountered an...
I wonder how to use TikZ using this plugin for Jekyll. There has been a way in Atom preview by a plugin like [this](https://github.com/shd101wyy/markdown-preview-enhanced/issues/700) and in Rmarkdown like [this](https://tex.stackexchange.com/questions/171711/how-to-include-latex-package-in-r-markdown). Can...
these were dropped with more recent versions of pandoc 2.0+. #11 is related
Pandoc 2.0.1 (or earlier?) has replaced the `--smart` option with (for example) `markdown+smart`. This plugin doesn't work with Pandoc 2.0.1, because it still specifies the command-line option `--smart`.
I am looking for a way to create a table of contents for long pages. Pandoc supports this for standalone documents only: ``` sh pandoc -s --toc doc.md # works...
hi @mfenner, thanks for such a great plugin. it promises to allow us to do print and web based on the same markdown. that is a huge win in my...