diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-21 10:24:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-21 10:24:30 -0700 |
commit | 225f7f1658ffedaa6799159218ded9d93a7f7ed6 (patch) | |
tree | 05ea570412c236342685ee47a9d237cb81c25308 /README | |
parent | 6166cd75599370685b26b57d929bab3eb8982b65 (diff) | |
download | pandoc-225f7f1658ffedaa6799159218ded9d93a7f7ed6.tar.gz |
Fixed some internal links in README.
Closes #2309.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -585,8 +585,8 @@ Options affecting specific writers : Wrap sections in `<div>` tags (or `<section>` tags in HTML5), and attach identifiers to the enclosing `<div>` (or `<section>`) - rather than the header itself. - See [Section identifiers](#header-identifiers-in-html-latex-and-context), below. + rather than the header itself. See + [Header identifiers](#header-identifiers), below. `--email-obfuscation=none`|`javascript`|`references` @@ -1166,7 +1166,7 @@ wrapping). Consider, for example: #22, for example, and #5. -### Header identifiers in HTML, LaTeX, and ConTeXt ### +### Header identifiers ### #### Extension: `header_attributes` #### @@ -2587,9 +2587,8 @@ be omitted entirely: ### Internal links ### To link to another section of the same document, use the automatically -generated identifier (see [Header identifiers in HTML, LaTeX, and -ConTeXt](#header-identifiers-in-html-latex-and-context), below). -For example: +generated identifier (see [Header identifiers](#header-identifiers), +below). For example: See the [Introduction](#introduction). |