aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-14 20:54:59 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-14 20:54:59 -0800
commit61133b52687ac96dd4171d189d9770cae2ae7a6c (patch)
tree56d67e2f99fb310df2e8c1b78206b8ab6784c8a9
parenta831a4f469e19559068df54a154bf6d630158103 (diff)
parentb88cd9c2ed6f9577e93e4466577a753c8579e3ad (diff)
downloadpandoc-61133b52687ac96dd4171d189d9770cae2ae7a6c.tar.gz
Merge branch 'master' of github.com:jgm/pandoc
-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