diff --git a/doc/custom-writers.md b/doc/custom-writers.md index b2258a95f..6df603288 100644 --- a/doc/custom-writers.md +++ b/doc/custom-writers.md @@ -34,6 +34,8 @@ can do pandoc --print-default-data-file sample.lua > sample.lua ``` +# A custom HTML writer + `sample.lua` is a full-features HTML writer, with explanatory comments. To use it, just use the path to the custom writer as the writer name: @@ -46,3 +48,5 @@ pandoc -t sample.lua myfile.md writer, so you can design your own custom writer by modifying the functions in `sample.lua` according to your needs. +``` {.lua include="sample.lua"} +```