From 50275957ffb254e74ff46e07a104949973c07e0e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Oct 2017 22:49:05 -0700 Subject: [PATCH] Small improvements in using-the-pandoc-api.md. --- doc/using-the-pandoc-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md index c00db5b10..da96a1902 100644 --- a/doc/using-the-pandoc-api.md +++ b/doc/using-the-pandoc-api.md @@ -278,11 +278,11 @@ readDataFile Walk and syb for AST transformations +# Filters + Filters: see filters.md -but, how do you run filters from a program? -need to export these functions from Text.Pandoc.App! - +applyFilters, applyLuaFilters from Text.Pandoc.App. # PDF