deCloudflare/tool/md2html
2022-08-19 05:49:50 +00:00
..
links-to-html.lua Add files used for rendering the markdown files 2022-07-25 19:17:32 +02:00
README.md Add files used for rendering the markdown files 2022-07-25 19:17:32 +02:00
style.css commit 2022-07-30 11:29:22 +00:00
template.html Update template.html 2022-07-30 12:41:50 +00:00

This directory contains the pandoc template used to render the markdown files in this repository.

To render a specific file, you need to run the following command:

pandoc --from commonmark_x input_file --output=output_file --template=template.html --lua-filter=links-to-html.lua