diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-14 20:54:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-14 20:54:15 -0800 |
commit | b88cd9c2ed6f9577e93e4466577a753c8579e3ad (patch) | |
tree | f0b4d041718ec494bc6381f9f20b19fa67b7e7e6 | |
parent | b94f1e2045d8113f57adabf6c4e475c744a8ce80 (diff) | |
download | pandoc-b88cd9c2ed6f9577e93e4466577a753c8579e3ad.tar.gz |
filters.md: say that Text.Pandoc.JSON comes form pandoc-types.
Closes jgm/pandoc-website#16.
-rw-r--r-- | doc/filters.md | 6 |
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 |