Small fix to API guide.
This commit is contained in:
parent
4cc215391c
commit
9ff04a947e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue