diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-26 11:39:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-26 11:39:02 -0700 |
commit | 9ff04a947e39746ef1351111cda18d13644a1cd8 (patch) | |
tree | 608e3e2208640cc2d0e245e9fbe9491480994ee1 | |
parent | 4cc215391cda2e791ef642d522c6cd335ea42afc (diff) | |
download | pandoc-9ff04a947e39746ef1351111cda18d13644a1cd8.tar.gz |
Small fix to API guide.
-rw-r--r-- | doc/using-the-pandoc-api.md | 4 |
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 |