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. --- pandoc.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index a86cc71a3..764b459ba 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -174,6 +174,8 @@ data-files: data/abbreviations -- sample lua custom writer data/sample.lua + -- sample lua custom reader + data/creole.lua -- lua init script data/init.lua -- pandoc lua module -- cgit v1.2.3