0.0
The project is in a healthy, maintained state
Jekyll Markdown converter using Paru.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0
>= 1.1.0
 Project Readme

jekyll-paru

Jekyll plugin for using Paru to render Markdown.

Installation

In the Gemfile of your Jekyll site, add:

gem 'jekyll-paru', group: :jekyll_plugins

And add the following to your _config.yml:

plugins:
  - jekyll-paru

Configuration

In _config.yml:

markdown: Paru
paru:
  # All options are optional
  exec: /path/to/pandoc
  options:
    # Look at https://github.com/htdebeer/paru/blob/master/lib/paru/pandoc_options.yaml for all options
    no_highlight: true
    shift_heading_level_by: 1
    filter:
      - pandoc-crossref
      - pandoc-katex
    metadata:
      - crossrefYaml=_data/crossref.yaml