filters.md: say that Text.Pandoc.JSON comes form pandoc-types.
Closes jgm/pandoc-website#16.
This commit is contained in:
parent
b94f1e2045
commit
b88cd9c2ed
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue