aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-23 03:51:21 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-23 03:51:21 +0000
commit7deee9c874f6ee3606460052a5dc22b342166a19 (patch)
tree9e2f326a9c34b47316851d36b49198dbc29dc225 /README
parent66efec1670c9beb3ba1189de558dce402f16cf04 (diff)
downloadpandoc-7deee9c874f6ee3606460052a5dc22b342166a19.tar.gz
Reverted changes in r1086 (implicit section header references).
This caused too much of a performance hit. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1093 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 3 insertions, 23 deletions
diff --git a/README b/README
index f1361fcd7..a4085db5e 100644
--- a/README
+++ b/README
@@ -299,7 +299,7 @@ For further documentation, see the `pandoc(1)` man page.
: includes *string* as a prefix at the beginning of the title that
appears in the HTML header (but not in the title as it appears at
the beginning of the HTML body). (See below on
- [Title Blocks].)
+ [Title Blocks](#title-blocks).)
`-S` or `--smart`
: causes `pandoc` to produce typographically correct output, along the
@@ -797,28 +797,8 @@ another. A link to this section, for example, might look like this:
See the section on [header identifiers](#header-identifiers-in-html).
-Note that this method of providing links to sections works only in
-HTML.
-
-Shortcut links to section headers
----------------------------------
-
-You may use the following shortcut to link to a section header:
-
- See the section on [Header identifiers in HTML].
-
-Pandoc will behave as if the document contains
-
- [Header identifiers in HTML]: #header-identifiers-in-html
-
-If there are multiple headers labeled "Header identifiers in HTML",
-this will link to the first one. Note that implicit references are always
-overridden by explicit ones, so the link in the following text
-will be to `/url`, not `#header-identifiers-in-html`:
-
- See the section on [Header identifiers in HTML].
-
- [Header identifiers in HTML]: /url
+Note, however, that this method of providing links to sections works
+only in HTML.
Box-style blockquotes
---------------------