Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 687 Bytes

pandoc-html-writer

Sample pandoc 3 custom writers, both of which use the scaffolding mechanism.

  • html-writer.lua is a base writer.

  • html-derived-writer.lua is a derived writer and illustrates how to modify the behaviour of the base writer.

There might be a few missing features in the base writer. Also, I believe that there's a problem with the handling of table rowspans and colspans; in addition, please see the XXX comments in the code.

There are also a sample.md file and a makefile.