diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-07 08:54:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-04-07 08:54:18 -0700 |
commit | 39b742e5ba19641d125c2071b99e74c6a61596b1 (patch) | |
tree | c50e0bead3dead10c06b1ccc2442a1b21bdd31d9 | |
parent | 3f7f741297795ca343ed9fad3be0f3ca8fab4fd3 (diff) | |
download | pandoc-39b742e5ba19641d125c2071b99e74c6a61596b1.tar.gz |
Fix ATX header syntax in manual
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 1d393f952..473cc8458 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2869,7 +2869,7 @@ This extension can be enabled/disabled for the following formats: output formats : `odt`, `opendocument` -#### Extension: `styles` #### {#ext-styles} +#### Extension: `styles` {#ext-styles} #### When converting from docx, read all docx styles as divs (for paragraph styles) and spans (for character styles) regardless |