aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-07 14:33:18 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-07 14:34:56 -0800
commit881b45209e8fd70079e409d05fa7402741501940 (patch)
treede3d9e6464223adca4706edb67172b2f323e4872 /MANUAL.txt
parent213913f02554b5cec8ea946538d8ba445d4d3f4e (diff)
downloadpandoc-881b45209e8fd70079e409d05fa7402741501940.tar.gz
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.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
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