summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-14 20:54:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-14 20:54:15 -0800
commitb88cd9c2ed6f9577e93e4466577a753c8579e3ad (patch)
treef0b4d041718ec494bc6381f9f20b19fa67b7e7e6
parentb94f1e2045d8113f57adabf6c4e475c744a8ce80 (diff)
filters.md: say that Text.Pandoc.JSON comes form pandoc-types.
Closes jgm/pandoc-website#16.
-rw-r--r--doc/filters.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.md b/doc/filters.md
index f4c14c009..a27d657fb 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -204,9 +204,9 @@ pandoc can produce and consume:
target format
-The module `Text.Pandoc.JSON` contains a function `toJSONFilter`
-that makes it easy to write such filters. Here is a filter
-version of `behead.hs`:
+The module `Text.Pandoc.JSON` (from `pandoc-types`) contains a
+function `toJSONFilter` that makes it easy to write such
+filters. Here is a filter version of `behead.hs`:
~~~~ {.haskell}
#!/usr/bin/env runhaskell