From 72075423d08e7cd2052f5325a17d52fc1d7682b3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Dec 2021 13:04:31 -0800 Subject: custom-writers.md: use filter to include source of example. --- doc/custom-writers.md | 4 ++++ 1 file changed, 4 insertions(+) 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"} +``` -- cgit v1.2.3