diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-02 09:49:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-02 09:49:12 -0700 |
commit | 362045afa0098a33b22954b5e18e6e9c23ac61e0 (patch) | |
tree | 6356a1e267cab6d6f8b8bd536ab4d2af3db42896 | |
parent | 16523ea3d15f4a6705fc4711d1378a54abbcfe1d (diff) | |
download | pandoc-362045afa0098a33b22954b5e18e6e9c23ac61e0.tar.gz |
Fix typo.
-rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 127ab83e0..08641599e 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1968,9 +1968,9 @@ ordinary HTML (without bird tracks). writes HTML with the Haskell code in bird tracks, so it can be copied and pasted as literate Haskell source. -Note that GHC expects the bird tracks in the first column, so indentend literate -code blocks (e.g. inside an itemized environment) will not be picked up by the -Haskell compiler. +Note that GHC expects the bird tracks in the first column, so indented +literate code blocks (e.g. inside an itemized environment) will not be +picked up by the Haskell compiler. Other extensions ---------------- |