jekyll-pandoc-markdown-quickstart

jekyll-pandoc-markdown-quickstart

A quickstart project to build a Jekyll website with Pandoc as our Markdown parser

jekyll-pandoc-markdown-quickstart

About

A quickstart project to build a Jekyll website with Pandoc as our Markdown parser.

Includes preconfigured support for Mermaid and Mathjax via the Pandoc filters

Getting started

Install the filters:

Clone this repo

git clone [email protected]:fkurz/jekyll-pandoc-markdown-quickstart.git

then change directory to the root of the project, install dependencies, and run the local development server.

cd jekyll-pandoc-markdown-quickstart
bundle install
bundle exec jekyll serve --livereload

Click on the blog post titled Welcome to Jekyll! to see an example of a blog post with Mermaid diagram, Mathjax equation and syntax highlighting.