filters.md: say that Text.Pandoc.JSON comes form pandoc-types.

Closes jgm/pandoc-website#16.
This commit is contained in:
John MacFarlane 2017-12-14 20:54:15 -08:00
parent b94f1e2045
commit b88cd9c2ed

View file

@ -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