From 881b45209e8fd70079e409d05fa7402741501940 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Nov 2021 14:33:18 -0800 Subject: Replace old sample custom reader with a full-featured reader for creole. This is better as an example. And it is faster than pandoc's regular creole parser, which shows that high-performance readers can be developed this way. --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index dc973f958..b1f75961b 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -6594,7 +6594,7 @@ of the functions that are available for creating pandoc AST elements. For parsing, the [lpeg] parsing library is available by default. To see a sample custom reader: - pandoc --print-default-data-file reader.lua + pandoc --print-default-data-file creole.lua If you want your custom reader to have access to reader options (e.g. the tab stop setting), you give your Reader function a -- cgit v1.2.3