luckyrandom / wintersmith-pandoc

Wintersmith plugin that renders markdown using Pandoc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wintersmith-pandoc

Pandoc plugin for wintersmith. Renders Markdown content using Pandoc instead of the default, marked. While slower to render, this enables lots of Markdown extras such as footnotes, tables, strikethrough, LaTeX math (via MathML), and smart punctuation.

install:

npm install wintersmith-pandoc

then add ./node_modules/wintersmith-pandoc/ to config.json like:

{
  "locals": {
    "url": "http://localhost:8080",
    "name": "The Wintersmith's blog",
    "owner": "The Wintersmith",
    "description": "-32°C ain't no problems!",
    "index_articles": 3
  },
  "plugins": [
    "./node_modules/wintersmith-pandoc/"
  ]
}

About

Wintersmith plugin that renders markdown using Pandoc.


Languages

Language:CSS 95.1%Language:CoffeeScript 4.3%Language:HTML 0.5%Language:JavaScript 0.1%