summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-02-13 23:12:28 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-02-13 23:19:34 +0300
commit6dcb9744237be713f4ef94017a6b68fc0cfddb73 (patch)
tree8e77bc1f7b90289d6e634dc9299cf2b7c56e76e4 /test
parent39f0eebf38163f57f9dbfe7760717a667dc2b316 (diff)
AsciiDoc writer: do not output implicit heading IDs
Convert to asciidoc-auto_identifiers for old behaviour. Fixes #4363
Diffstat (limited to 'test')
-rw-r--r--test/writer.asciidoc31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/writer.asciidoc b/test/writer.asciidoc
index 639663743..4dca188e4 100644
--- a/test/writer.asciidoc
+++ b/test/writer.asciidoc
@@ -8,40 +8,31 @@ markdown test suite.
'''''
-[[headers]]
Headers
-------
-[[level-2-with-an-embedded-link]]
Level 2 with an link:/url[embedded link]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-[[level-3-with-emphasis]]
Level 3 with _emphasis_
^^^^^^^^^^^^^^^^^^^^^^^
-[[level-4]]
Level 4
+++++++
-[[level-5]]
Level 5
-[[level-1]]
Level 1
-------
-[[level-2-with-emphasis]]
Level 2 with _emphasis_
~~~~~~~~~~~~~~~~~~~~~~~
-[[level-3]]
Level 3
^^^^^^^
with no blank line
-[[level-2]]
Level 2
~~~~~~~
@@ -49,7 +40,6 @@ with no blank line
'''''
-[[paragraphs]]
Paragraphs
----------
@@ -66,7 +56,6 @@ here.
'''''
-[[block-quotes]]
Block Quotes
------------
@@ -110,7 +99,6 @@ And a following paragraph.
'''''
-[[code-blocks]]
Code Blocks
-----------
@@ -136,11 +124,9 @@ These should not be escaped: \$ \\ \> \[ \{
'''''
-[[lists]]
Lists
-----
-[[unordered]]
Unordered
~~~~~~~~~
@@ -180,7 +166,6 @@ Minuses loose:
* Minus 2
* Minus 3
-[[ordered]]
Ordered
~~~~~~~
@@ -216,7 +201,6 @@ Item 1. graf two. The quick brown fox jumped over the lazy dog’s back.
2. Item 2.
3. Item 3.
-[[nested]]
Nested
~~~~~~
@@ -242,7 +226,6 @@ Same thing but with paragraphs:
* Foe
3. Third
-[[tabs-and-spaces]]
Tabs and spaces
~~~~~~~~~~~~~~~
@@ -251,7 +234,6 @@ Tabs and spaces
** this is an example list item indented with tabs
** this is an example list item indented with spaces
-[[fancy-list-markers]]
Fancy list markers
~~~~~~~~~~~~~~~~~~
@@ -285,7 +267,6 @@ B. Williams
'''''
-[[definition-lists]]
Definition Lists
----------------
@@ -367,7 +348,6 @@ orange::
1. sublist
2. sublist
-[[html-blocks]]
HTML Blocks
-----------
@@ -431,7 +411,6 @@ Hr’s:
'''''
-[[inline-markup]]
Inline Markup
-------------
@@ -462,7 +441,6 @@ spaces: a^b c^d, a~b c~d.
'''''
-[[smart-quotes-ellipses-dashes]]
Smart quotes, ellipses, dashes
------------------------------
@@ -485,7 +463,6 @@ Ellipses…and…and….
'''''
-[[latex]]
LaTeX
-----
@@ -512,7 +489,6 @@ Here’s a LaTeX table:
'''''
-[[special-characters]]
Special Characters
------------------
@@ -568,11 +544,9 @@ Minus: -
'''''
-[[links]]
Links
-----
-[[explicit]]
Explicit
~~~~~~~~
@@ -594,7 +568,6 @@ mailto:nobody@nowhere.net[Email link]
link:[Empty].
-[[reference]]
Reference
~~~~~~~~~
@@ -620,7 +593,6 @@ Foo link:/url/[bar].
Foo link:/url/[biz].
-[[with-ampersands]]
With ampersands
~~~~~~~~~~~~~~~
@@ -632,7 +604,6 @@ Here’s an link:/script?foo=1&bar=2[inline link].
Here’s an link:/script?foo=1&bar=2[inline link in pointy braces].
-[[autolinks]]
Autolinks
~~~~~~~~~
@@ -656,7 +627,6 @@ or here: <http://example.com/>
'''''
-[[images]]
Images
------
@@ -668,7 +638,6 @@ Here is a movie image:movie.jpg[movie] icon.
'''''
-[[footnotes]]
Footnotes
---------