Skip to content

Filters to help going from pandoc markdown to tufte-latex

Notifications You must be signed in to change notification settings

devangel77b/pandoc2tufte

Repository files navigation

pandoc2tufte filters in Python

D Evangelista

This is for converting from Pandoc markdown to tufte-latex, in order to support using Pandoc to write things with PDF output via tufte-latex as well as html and epub output via tufte.css.

As example of use:

pandoc input.md --filter pandoc2tufte.py

Conversions

  1. newthought: <span class="newthought"></span> to \newthought{}

pandoc2tufte