diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-14 20:54:59 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-14 20:54:59 -0800 |
commit | 61133b52687ac96dd4171d189d9770cae2ae7a6c (patch) | |
tree | 56d67e2f99fb310df2e8c1b78206b8ab6784c8a9 | |
parent | a831a4f469e19559068df54a154bf6d630158103 (diff) | |
parent | b88cd9c2ed6f9577e93e4466577a753c8579e3ad (diff) | |
download | pandoc-61133b52687ac96dd4171d189d9770cae2ae7a6c.tar.gz |
Merge branch 'master' of github.com:jgm/pandoc
-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 |