summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-26 11:39:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-26 11:39:02 -0700
commit9ff04a947e39746ef1351111cda18d13644a1cd8 (patch)
tree608e3e2208640cc2d0e245e9fbe9491480994ee1 /doc
parent4cc215391cda2e791ef642d522c6cd335ea42afc (diff)
Small fix to API guide.
Diffstat (limited to 'doc')
-rw-r--r--doc/using-the-pandoc-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md
index 705ad1f97..8eb34d091 100644
--- a/doc/using-the-pandoc-api.md
+++ b/doc/using-the-pandoc-api.md
@@ -55,9 +55,9 @@ Markdown input:
# A simple example
Here is a simple example of the use of a pandoc reader and
-writer to perform a conversion inside ghci:
+writer to perform a conversion:
-```
+```haskell
import Text.Pandoc
import qualified Data.Text as T
import qualified Data.Text.IO as TIO