aboutsummaryrefslogtreecommitdiff
path: root/test/writer.texinfo
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-05-15 15:16:35 -0700
committerJohn MacFarlane <[email protected]>2024-05-15 15:16:35 -0700
commit133c59151c441cdd18c0a9b49d056bbad9778e11 (patch)
tree1b615ca28981b20e68c242bc4e8b4c97567332fd /test/writer.texinfo
parentd12ab5fc55b97fa9aac8d4a8dafffc60e6d0b701 (diff)
Texinfo writer: don't add anchors to headings.
We don't need them, now that we make internal links use the node.
Diffstat (limited to 'test/writer.texinfo')
-rw-r--r--test/writer.texinfo30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/writer.texinfo b/test/writer.texinfo
index 5d4044ac7..509fe4daf 100644
--- a/test/writer.texinfo
+++ b/test/writer.texinfo
@@ -48,7 +48,6 @@ markdown test suite.
@node Headers
@chapter Headers
-@anchor{#headers}
@menu
* Level 2 with an @uref{/url,embedded link}::
@@ -56,7 +55,6 @@ markdown test suite.
@node Level 2 with an @uref{/url,embedded link}
@section Level 2 with an @uref{/url,embedded link}
-@anchor{#level-2-with-an-embedded-link}
@menu
* Level 3 with @emph{emphasis}::
@@ -64,7 +62,6 @@ markdown test suite.
@node Level 3 with @emph{emphasis}
@subsection Level 3 with @emph{emphasis}
-@anchor{#level-3-with-emphasis}
@menu
* Level 4::
@@ -72,12 +69,10 @@ markdown test suite.
@node Level 4
@subsubsection Level 4
-@anchor{#level-4}
Level 5
@node Level 1
@chapter Level 1
-@anchor{#level-1}
@menu
* Level 2 with @emph{emphasis}::
@@ -86,7 +81,6 @@ Level 5
@node Level 2 with @emph{emphasis}
@section Level 2 with @emph{emphasis}
-@anchor{#level-2-with-emphasis}
@menu
* Level 3::
@@ -94,12 +88,10 @@ Level 5
@node Level 3
@subsection Level 3
-@anchor{#level-3}
with no blank line
@node Level 2
@section Level 2
-@anchor{#level-2}
with no blank line
@iftex
@@ -111,7 +103,6 @@ with no blank line
@node Paragraphs
@chapter Paragraphs
-@anchor{#paragraphs}
Here's a regular paragraph.
In Markdown 1.0.0 and earlier. Version 8. This line turns into a list item.
@@ -132,7 +123,6 @@ here.
@node Block Quotes
@chapter Block Quotes
-@anchor{#block-quotes}
E-mail style:
@quotation
@@ -178,7 +168,6 @@ And a following paragraph.
@node Code Blocks
@chapter Code Blocks
-@anchor{#code-blocks}
Code:
@verbatim
@@ -208,7 +197,6 @@ These should not be escaped: \$ \\ \> \[ \{
@node Lists
@chapter Lists
-@anchor{#lists}
@menu
* Unordered::
@@ -220,7 +208,6 @@ These should not be escaped: \$ \\ \> \[ \{
@node Unordered
@section Unordered
-@anchor{#unordered}
Asterisks tight:
@itemize
@@ -298,7 +285,6 @@ Minus 3
@node Ordered
@section Ordered
-@anchor{#ordered}
Tight:
@enumerate
@@ -367,7 +353,6 @@ Item 3.
@node Nested
@section Nested
-@anchor{#nested}
@itemize
@item
Tab
@@ -428,7 +413,6 @@ Third
@node Tabs and spaces
@section Tabs and spaces
-@anchor{#tabs-and-spaces}
@itemize
@item
this is a list item indented with tabs
@@ -449,7 +433,6 @@ this is an example list item indented with spaces
@node Fancy list markers
@section Fancy list markers
-@anchor{#fancy-list-markers}
@enumerate 2
@item
begins with 2
@@ -526,7 +509,6 @@ B. Williams
@node Definition Lists
@chapter Definition Lists
-@anchor{#definition-lists}
Tight using spaces:
@table @asis
@@ -648,7 +630,6 @@ sublist
@node HTML Blocks
@chapter HTML Blocks
-@anchor{#html-blocks}
Simple block on one line:
foo
@@ -709,7 +690,6 @@ Hr's:
@node Inline Markup
@chapter Inline Markup
-@anchor{#inline-markup}
This is @emph{emphasized}, and so @emph{is this}.
This is @strong{strong}, and so @strong{is this}.
@@ -744,7 +724,6 @@ a^b c^d, a~b c~d.
@node Smart quotes ellipses dashes
@chapter Smart quotes, ellipses, dashes
-@anchor{#smart-quotes-ellipses-dashes}
``Hello,'' said the spider. ```Shelob' is my name.''
`A', `B', and `C' are letters.
@@ -771,7 +750,6 @@ Ellipses@dots{}and@dots{}and@dots{}.
@node LaTeX
@chapter LaTeX
-@anchor{#latex}
@itemize
@item
@tex
@@ -826,7 +804,6 @@ Cat & 1 \\ \hline
@node Special Characters
@chapter Special Characters
-@anchor{#special-characters}
Here is some unicode:
@itemize
@@ -893,7 +870,6 @@ Minus: -
@node Links
@chapter Links
-@anchor{#links}
@menu
* Explicit::
@@ -904,7 +880,6 @@ Minus: -
@node Explicit
@section Explicit
-@anchor{#explicit}
Just a @uref{/url/,URL}.
@uref{/url/,URL and title}.
@@ -925,7 +900,6 @@ Just a @uref{/url/,URL}.
@node Reference
@section Reference
-@anchor{#reference}
Foo @uref{/url/,bar}.
With @uref{/url/,embedded [brackets]}.
@@ -950,7 +924,6 @@ Foo @uref{/url/,biz}.
@node With ampersands
@section With ampersands
-@anchor{#with-ampersands}
Here's a @uref{http://example.com/?foo=1&bar=2,link with an ampersand in the
URL}.
@@ -962,7 +935,6 @@ Here's an @uref{/script?foo=1&bar=2,inline link in pointy braces}.
@node Autolinks
@section Autolinks
-@anchor{#autolinks}
With an ampersand: @url{http://example.com/?foo=1&bar=2}
@itemize
@@ -994,7 +966,6 @@ or here: <http://example.com/>
@node Images
@chapter Images
-@anchor{#images}
From ``Voyage dans la Lune'' by Georges Melies (1902):
@float
@@ -1012,7 +983,6 @@ Here is a movie @image{movie,,,movie,jpg} icon.
@node Footnotes
@chapter Footnotes
-@anchor{#footnotes}
Here is a footnote reference,@footnote{Here is the footnote. It can go anywhere
after the footnote reference. It need not be placed at the end of the document.}
and another.@footnote{Here's the long note. This one contains multiple blocks.