diff --git a/.idea/artifacts/flexmark_parent_jar.xml b/.idea/artifacts/flexmark_parent_jar.xml
index f5ea22ee64..1c618f2f6b 100644
--- a/.idea/artifacts/flexmark_parent_jar.xml
+++ b/.idea/artifacts/flexmark_parent_jar.xml
@@ -43,6 +43,7 @@
+
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index dab4cd8de1..ff8deb2d55 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -21,105 +21,56 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
-
+
+
+
-
+
+
+
-
-
-
-
-
+
+
-
-
-
-
+
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index 0dd4b35463..9b02d599e7 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/libraries/docx4j_JAXB_ReferenceImpl.xml b/.idea/libraries/docx4j_JAXB_ReferenceImpl.xml
new file mode 100644
index 0000000000..fbb56b0069
--- /dev/null
+++ b/.idea/libraries/docx4j_JAXB_ReferenceImpl.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/log4j_log4j_1_2_17.xml b/.idea/libraries/log4j_log4j_1_2_17.xml
deleted file mode 100644
index 9bf415ef98..0000000000
--- a/.idea/libraries/log4j_log4j_1_2_17.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/markdown-navigator-enh.xml b/.idea/markdown-navigator-enh.xml
index 4eb2419ad7..525aaa3a17 100644
--- a/.idea/markdown-navigator-enh.xml
+++ b/.idea/markdown-navigator-enh.xml
@@ -2,7 +2,7 @@
-
+
@@ -63,6 +63,7 @@
+
diff --git a/.idea/markdown-navigator/OVERVIEW.xml b/.idea/markdown-navigator/OVERVIEW.xml
index 892d1ab279..033ba6e7af 100644
--- a/.idea/markdown-navigator/OVERVIEW.xml
+++ b/.idea/markdown-navigator/OVERVIEW.xml
@@ -3,7 +3,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/markdown-navigator/Wiki.xml b/.idea/markdown-navigator/Wiki.xml
index 5f429c21fd..2ca5736a5e 100644
--- a/.idea/markdown-navigator/Wiki.xml
+++ b/.idea/markdown-navigator/Wiki.xml
@@ -1,9 +1,9 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 63ef58ed35..c1630f43c6 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -38,6 +38,7 @@
+
@@ -106,7 +107,7 @@
-
+
diff --git a/.idea/scopes/Extension_Modules.xml b/.idea/scopes/Extension_Modules.xml
index 9c19927bf7..51535d783c 100644
--- a/.idea/scopes/Extension_Modules.xml
+++ b/.idea/scopes/Extension_Modules.xml
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index b407d5f87b..159e9e7de4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
language: java
-dist: precise
-sudo: required
-install: true
+# dist: precise
+# sudo: required
+# install: true
#cache:
# directories:
# - $HOME/.m2
jdk:
- - oraclejdk8
+ - openjdk11
env:
- TEST=java
diff --git a/README.md b/README.md
index f0554fbda3..909ff4d3ef 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ optimization of implementation classes. Changes are detailed in
### master [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=master)](https://travis-ci.org/vsch/flexmark-java)
-### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark) [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.62.4)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
+### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark) [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.64.0)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
@@ -37,8 +37,8 @@ drill down to packages and classes, updated from the repository sources. :thumbs
### Requirements
-* Java 8 or above, Java 9+ compatible
-* Android compatibility to be added
+* For Versions 0.62.2 or below, Java 8 or above, Java 9+ compatible. For Versions 0.64.0 or
+ above, Java 11 or above.
* The project is on Maven: `com.vladsch.flexmark`
* The core has no dependencies other than `org.jetbrains:annotations:15.0`. For extensions, see
extension description below.
@@ -54,7 +54,7 @@ following sample:
com.vladsch.flexmark
flexmark-all
- 0.62.4
+ 0.64.0
```
@@ -93,7 +93,7 @@ public class BasicSample {
#### Building via Gradle
```shell
-compile 'com.vladsch.flexmark:flexmark-all:0.62.4'
+compile 'com.vladsch.flexmark:flexmark-all:0.64.0'
```
#### Building with Android Studio
diff --git a/VERSION.md b/VERSION.md
index 34ea2dee82..77f61a84f3 100644
--- a/VERSION.md
+++ b/VERSION.md
@@ -6,7 +6,7 @@
- [Release 0.60.0](#release-0600)
- [API Refactoring](#api-refactoring)
-- [0.62.6](#0626)
+- [0.64.0](#0640)
- [0.62.4](#0624)
- [0.62.2](#0622)
- [0.62.0](#0620)
@@ -177,11 +177,13 @@ Please give feedback on the upcoming changes if you have concerns about breaking
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitHandler`
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitor`
-## 0.62.6
+## 0.64.0
+* Break: Change minimum Java requirement to 11.
* Fix: update OpenHtmlToPDF to 1.0.10
* Fix: update jsoup to 1.14.3
* Fix: update junit to 4.13.2
+* Fix: update Docx4j to 11.3.2
* Fix: Remove deprecated `of()` sequence methods.
* Fix: [#452, JiraConverter: Mixed lists rendered incorrectly], thanks to
**[znerd](https://github.com/znerd)**
diff --git a/assets/samples/sample-doc.html b/assets/samples/sample-doc.html
index 2905a4a120..f53c3f3508 100644
--- a/assets/samples/sample-doc.html
+++ b/assets/samples/sample-doc.html
@@ -20,7 +20,7 @@ Heading 6
-
list 1
- ![flexmark-icon-logo](https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png)
+ ![flexmark-icon-logo](https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png)
with some text
-
diff --git a/flexmark-all/pom.xml b/flexmark-all/pom.xml
index a31bbb77fe..f299dedd0b 100644
--- a/flexmark-all/pom.xml
+++ b/flexmark-all/pom.xml
@@ -7,7 +7,7 @@
com.vladsch.flexmark
flexmark-java
- 0.62.6
+ 0.64.0
flexmark-all
diff --git a/flexmark-core-test/pom.xml b/flexmark-core-test/pom.xml
index 2009bc63ab..81c861c6ff 100644
--- a/flexmark-core-test/pom.xml
+++ b/flexmark-core-test/pom.xml
@@ -4,7 +4,7 @@
com.vladsch.flexmark
flexmark-java
- 0.62.6
+ 0.64.0
flexmark-core-test
diff --git a/flexmark-docx-converter/flexmark-docx-converter.iml b/flexmark-docx-converter/flexmark-docx-converter.iml
index 0b767103b6..55efb2c36f 100644
--- a/flexmark-docx-converter/flexmark-docx-converter.iml
+++ b/flexmark-docx-converter/flexmark-docx-converter.iml
@@ -55,10 +55,10 @@
-
+
-
+
\ No newline at end of file
diff --git a/flexmark-docx-converter/pom.xml b/flexmark-docx-converter/pom.xml
index ab9f21477e..fd94b13cfb 100644
--- a/flexmark-docx-converter/pom.xml
+++ b/flexmark-docx-converter/pom.xml
@@ -5,7 +5,7 @@
com.vladsch.flexmark
flexmark-java
- 0.62.6
+ 0.64.0
flexmark-docx-converter
@@ -98,8 +98,8 @@
org.docx4j
- docx4j-JAXB-Internal
- 8.1.6
+ docx4j-JAXB-ReferenceImpl
+ 11.3.2
log4j
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_ast_alt_styles_spec.md b/flexmark-docx-converter/src/test/resources/docx_converter_ast_alt_styles_spec.md
index 5855631ba9..c3daa47f27 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_ast_alt_styles_spec.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_ast_alt_styles_spec.md
@@ -27,8 +27,7 @@ All headings
.
-
+
@@ -37,8 +36,7 @@ All headings
-
+
@@ -50,23 +48,17 @@ All headings
-
+
- 2019-08-29T17:05:00Z
+ 2019-08-29T17:05:00Z
Vladimir Schneider
- 2019-08-29T20:18:00Z
+ 2019-08-29T20:18:00Z
6
-
+
16.0000
@@ -88,16 +80,9 @@ All headings
-
+
-
+
@@ -161,9 +146,7 @@ All headings
-
+
@@ -172,15 +155,9 @@ All headings
-
+
-
+
@@ -188,11 +165,8 @@ All headings
-
-
+
+
@@ -220,12 +194,7 @@ All headings
-
+
@@ -233,26 +202,18 @@ All headings
-
+
-
+
-
+
-
+
@@ -264,8 +225,7 @@ All headings
-
+
@@ -281,8 +241,7 @@ All headings
-
+
@@ -308,8 +267,7 @@ All headings
-
+
@@ -419,8 +377,7 @@ All headings
-
+
@@ -523,12 +480,9 @@ All headings
-
+
-
+
@@ -536,12 +490,10 @@ All headings
-
+
-
+
@@ -573,8 +525,7 @@ All headings
-
+
@@ -589,8 +540,7 @@ All headings
-
+
@@ -605,36 +555,29 @@ All headings
-
+
-
+
-
-
-
+
+
+
-
+
@@ -671,8 +614,7 @@ All headings
-
+
@@ -760,24 +702,16 @@ All headings
-
+
-
+
-
+
@@ -1888,8 +1822,7 @@ All headings
-
+
@@ -1897,18 +1830,14 @@ All headings
-
+
-
+
@@ -1932,36 +1861,28 @@ All headings
-
+
-
+
-
+
-
+
@@ -1977,18 +1898,14 @@ All headings
-
+
-
+
@@ -1996,15 +1913,12 @@ All headings
-
+
-
+
@@ -2160,25 +2074,25 @@ All headings
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -2186,25 +2100,25 @@ All headings
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -2242,12 +2156,10 @@ All headings
-
-
-
-
+
+
+
+
@@ -2265,26 +2177,26 @@ All headings
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -2296,10 +2208,7 @@ All headings
-
+
@@ -2314,8 +2223,7 @@ All headings
.
-
+
@@ -2324,8 +2232,7 @@ All headings
-
+
@@ -2337,23 +2244,17 @@ All headings
-
+
- 2019-08-29T17:05:00Z
+ 2019-08-29T17:05:00Z
Vladimir Schneider
- 2019-08-29T20:18:00Z
+ 2019-08-29T20:18:00Z
6
-
+
16.0000
@@ -2375,16 +2276,9 @@ All headings
-
+
-
+
@@ -2398,9 +2292,7 @@ All headings
-
+
@@ -2409,15 +2301,9 @@ All headings
-
+
-
+
@@ -2425,11 +2311,8 @@ All headings
-
-
+
+
@@ -2457,12 +2340,7 @@ All headings
-
+
@@ -2470,26 +2348,18 @@ All headings
-
+
-
+
-
+
-
+
@@ -2501,8 +2371,7 @@ All headings
-
+
@@ -2518,8 +2387,7 @@ All headings
-
+
@@ -2545,8 +2413,7 @@ All headings
-
+
@@ -2656,8 +2523,7 @@ All headings
-
+
@@ -2760,12 +2626,9 @@ All headings
-
+
-
+
@@ -2773,12 +2636,10 @@ All headings
-
+
-
+
@@ -2810,8 +2671,7 @@ All headings
-
+
@@ -2826,8 +2686,7 @@ All headings
-
+
@@ -2842,36 +2701,29 @@ All headings
-
+
-
+
-
-
-
+
+
+
-
+
@@ -2908,8 +2760,7 @@ All headings
-
+
@@ -2997,24 +2848,16 @@ All headings
-
+
-
+
-
+
@@ -4125,8 +3968,7 @@ All headings
-
+
@@ -4134,18 +3976,14 @@ All headings
-
+
-
+
@@ -4169,36 +4007,28 @@ All headings
-
+
-
+
-
+
-
+
@@ -4214,18 +4044,14 @@ All headings
-
+
-
+
@@ -4233,15 +4059,12 @@ All headings
-
+
-
+
@@ -4397,25 +4220,25 @@ All headings
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -4423,25 +4246,25 @@ All headings
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -4479,12 +4302,10 @@ All headings
-
-
-
-
+
+
+
+
@@ -4502,26 +4323,26 @@ All headings
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -4533,10 +4354,7 @@ All headings
-
+
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec.md b/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec.md
index 642c9a2f25..141b985cad 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec.md
@@ -292,8 +292,7 @@ plain `inline code` highlight text
-
+
@@ -321,8 +320,7 @@ plain `inline code` highlight text
-
+
@@ -453,7 +451,7 @@ plain **Bold ~~Bold-strike-through~~** text
- 𝛑
+ 𝛑
= -1
@@ -1117,27 +1115,23 @@ with some text
.
-
+
-
+
-
+
-
+
@@ -1157,28 +1151,23 @@ with some text
-
+
-
+
-
+
-
+
@@ -1200,8 +1189,7 @@ with some text
-
+
@@ -1239,8 +1227,7 @@ with some text
-
+
@@ -1264,8 +1251,7 @@ with some text
-
+
@@ -1426,12 +1412,9 @@ with some text
-
+
-
+
@@ -1439,8 +1422,7 @@ with some text
-
+
@@ -1458,8 +1440,7 @@ with some text
-
+
@@ -1515,8 +1496,7 @@ with some text
-
+
@@ -1533,8 +1513,7 @@ with some text
-
+
@@ -1551,8 +1530,7 @@ with some text
-
+
@@ -1568,12 +1546,9 @@ with some text
-
-
-
+
+
+
@@ -1582,9 +1557,7 @@ with some text
-
+
@@ -1712,15 +1685,13 @@ with some text
-
+
-
+
@@ -2392,8 +2363,7 @@ with some text
-
+
@@ -2407,16 +2377,16 @@ with some text
-
+
-
-
+
+
-
+
@@ -6172,8 +6142,7 @@ Block Quote
-
+
@@ -6215,8 +6184,7 @@ Nested Block Quote
-
+
@@ -6293,8 +6261,7 @@ All the fixings
-
+
@@ -6727,8 +6694,7 @@ With breaks
-
+
@@ -6969,8 +6935,7 @@ With breaks and caption before
-
+
@@ -7193,8 +7158,7 @@ With spanning columns
-
+
@@ -7308,8 +7272,7 @@ With spanning columns turned off
-
+
@@ -7428,8 +7391,7 @@ With embedded links
-
+
@@ -7543,8 +7505,7 @@ block quote with bullet list
-
+
@@ -7563,8 +7524,7 @@ block quote with bullet list
-
+
@@ -7617,8 +7577,7 @@ block quote with bullet nested list
-
+
@@ -7637,8 +7596,7 @@ block quote with bullet nested list
-
+
@@ -7694,8 +7652,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -7714,8 +7671,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -7734,8 +7690,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -7754,8 +7709,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -7774,8 +7728,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8644,8 +8597,7 @@ aside block with bullet list
-
+
@@ -8661,8 +8613,7 @@ aside block with bullet list
-
+
@@ -8712,8 +8663,7 @@ aside block with bullet nested list
-
+
@@ -8729,8 +8679,7 @@ aside block with bullet nested list
-
+
@@ -8783,8 +8732,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -8800,8 +8748,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -8817,8 +8764,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -8834,8 +8780,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -8851,8 +8796,7 @@ aside block with bullet list nested beyond border space limit
-
+
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec2.md b/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec2.md
index d326087897..8aaea7a14e 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec2.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec2.md
@@ -195,8 +195,7 @@ Paragraph text[^1]
-
+
@@ -497,8 +496,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -618,8 +616,7 @@ Der Hersteller[^C1-04]
-
+
@@ -745,8 +742,7 @@ Der Hersteller[^C1-04]
-
+
@@ -4774,8 +4770,7 @@ See [@fig:abc]
-
+
@@ -6139,8 +6134,7 @@ Plain Text <<>>
-
+
@@ -6210,8 +6204,7 @@ Plain Text <<>>
-
+
@@ -6322,8 +6315,7 @@ Plain Text <<>>
-
+
@@ -6440,8 +6432,7 @@ Plain Text <<>>
-
+
@@ -6499,16 +6490,11 @@ Plain Text <<>>
-
-
-
-
-
+
+
+
+
+
@@ -6516,9 +6502,7 @@ Plain Text <<>>
-
+
@@ -6553,7 +6537,7 @@ Plain Text <<>>
-
+
data
@@ -6577,7 +6561,7 @@ Plain Text <<>>
-
+
data
@@ -6702,8 +6686,7 @@ Plain text <<>>
-
+
@@ -6771,16 +6754,11 @@ Plain text <<>>
-
-
-
-
-
+
+
+
+
+
@@ -6788,9 +6766,7 @@ Plain text <<>>
-
+
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec3.md b/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec3.md
index 85b93b90db..766df82f34 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec3.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_ast_spec3.md
@@ -248,8 +248,7 @@ Paragraph text[^1]
-
+
@@ -3894,16 +3893,16 @@ See [@tbl:test]
-
+
-
-
+
+
-
+
@@ -3950,16 +3949,16 @@ See [@tbl:test]
-
+
-
-
+
+
-
+
@@ -4003,8 +4002,7 @@ See [@tbl:test]
-
+
@@ -4213,16 +4211,16 @@ See [@tbl:test]
-
+
-
-
+
+
-
+
@@ -4269,16 +4267,16 @@ See [@tbl:test]
-
+
-
-
+
+
-
+
@@ -4322,8 +4320,7 @@ See [@tbl:test]
-
+
@@ -4924,8 +4921,7 @@ Plain text <<>>
-
+
@@ -4993,16 +4989,11 @@ Plain text <<>>
-
-
-
-
-
+
+
+
+
+
@@ -5010,9 +5001,7 @@ Plain text <<>>
-
+
@@ -5184,16 +5173,14 @@ Plain text <<>>
.
-
+
-
+
@@ -5201,8 +5188,7 @@ Plain text <<>>
-
+
@@ -5219,28 +5205,23 @@ Plain text <<>>
-
+
-
+
-
+
-
+
@@ -5262,8 +5243,7 @@ Plain text <<>>
-
+
@@ -5301,8 +5281,7 @@ Plain text <<>>
-
+
@@ -5326,8 +5305,7 @@ Plain text <<>>
-
+
@@ -5488,12 +5466,9 @@ Plain text <<>>
-
+
-
+
@@ -5501,8 +5476,7 @@ Plain text <<>>
-
+
@@ -5520,8 +5494,7 @@ Plain text <<>>
-
+
@@ -5577,8 +5550,7 @@ Plain text <<>>
-
+
@@ -5595,8 +5567,7 @@ Plain text <<>>
-
+
@@ -5613,8 +5584,7 @@ Plain text <<>>
-
+
@@ -5630,12 +5600,9 @@ Plain text <<>>
-
-
-
+
+
+
@@ -5644,9 +5611,7 @@ Plain text <<>>
-
+
@@ -5774,15 +5739,13 @@ Plain text <<>>
-
+
-
+
@@ -6160,8 +6123,7 @@ Plain text <<>>
.
-
+
@@ -6169,8 +6131,7 @@ Plain text <<>>
-
+
@@ -6178,8 +6139,7 @@ Plain text <<>>
-
+
@@ -6196,28 +6156,23 @@ Plain text <<>>
-
+
-
+
-
+
-
+
@@ -6239,8 +6194,7 @@ Plain text <<>>
-
+
@@ -6278,8 +6232,7 @@ Plain text <<>>
-
+
@@ -6303,8 +6256,7 @@ Plain text <<>>
-
+
@@ -6465,12 +6417,9 @@ Plain text <<>>
-
+
-
+
@@ -6478,8 +6427,7 @@ Plain text <<>>
-
+
@@ -6497,8 +6445,7 @@ Plain text <<>>
-
+
@@ -6554,8 +6501,7 @@ Plain text <<>>
-
+
@@ -6572,8 +6518,7 @@ Plain text <<>>
-
+
@@ -6590,8 +6535,7 @@ Plain text <<>>
-
+
@@ -6607,12 +6551,9 @@ Plain text <<>>
-
-
-
+
+
+
@@ -6621,9 +6562,7 @@ Plain text <<>>
-
+
@@ -6751,15 +6690,13 @@ Plain text <<>>
-
+
-
+
@@ -7128,18 +7065,13 @@ Plain text <<>>
-
+
-
+
Test Company Name
-
+
TestFile
@@ -7156,16 +7088,14 @@ Plain text <<>>
.
-
+
-
+
@@ -7173,8 +7103,7 @@ Plain text <<>>
-
+
@@ -7191,28 +7120,23 @@ Plain text <<>>
-
+
-
+
-
+
-
+
@@ -7234,8 +7158,7 @@ Plain text <<>>
-
+
@@ -7273,8 +7196,7 @@ Plain text <<>>
-
+
@@ -7298,8 +7220,7 @@ Plain text <<>>
-
+
@@ -7460,12 +7381,9 @@ Plain text <<>>
-
+
-
+
@@ -7473,8 +7391,7 @@ Plain text <<>>
-
+
@@ -7492,8 +7409,7 @@ Plain text <<>>
-
+
@@ -7549,8 +7465,7 @@ Plain text <<>>
-
+
@@ -7567,8 +7482,7 @@ Plain text <<>>
-
+
@@ -7585,8 +7499,7 @@ Plain text <<>>
-
+
@@ -7602,12 +7515,9 @@ Plain text <<>>
-
-
-
+
+
+
@@ -7616,9 +7526,7 @@ Plain text <<>>
-
+
@@ -7746,15 +7654,13 @@ Plain text <<>>
-
+
-
+
@@ -8132,16 +8038,14 @@ Plain text <<>>
.
-
+
-
+
@@ -8149,8 +8053,7 @@ Plain text <<>>
-
+
@@ -8166,30 +8069,24 @@ Plain text <<>>
-
-
+
+
-
+
-
+
-
+
@@ -8211,8 +8108,7 @@ Plain text <<>>
-
+
@@ -8250,8 +8146,7 @@ Plain text <<>>
-
+
@@ -8275,8 +8170,7 @@ Plain text <<>>
-
+
@@ -8437,12 +8331,9 @@ Plain text <<>>
-
+
-
+
@@ -8450,8 +8341,7 @@ Plain text <<>>
-
+
@@ -8469,8 +8359,7 @@ Plain text <<>>
-
+
@@ -8526,8 +8415,7 @@ Plain text <<>>
-
+
@@ -8544,8 +8432,7 @@ Plain text <<>>
-
+
@@ -8562,8 +8449,7 @@ Plain text <<>>
-
+
@@ -8579,12 +8465,9 @@ Plain text <<>>
-
-
-
+
+
+
@@ -8593,9 +8476,7 @@ Plain text <<>>
-
+
@@ -8723,15 +8604,13 @@ Plain text <<>>
-
+
-
+
@@ -9109,16 +8988,14 @@ Plain text <<>>
.
-
+
-
+
@@ -9126,8 +9003,7 @@ Plain text <<>>
-
+
@@ -9144,28 +9020,23 @@ Plain text <<>>
-
+
-
+
-
+
-
+
@@ -9187,8 +9058,7 @@ Plain text <<>>
-
+
@@ -9226,8 +9096,7 @@ Plain text <<>>
-
+
@@ -9251,8 +9120,7 @@ Plain text <<>>
-
+
@@ -9413,12 +9281,9 @@ Plain text <<>>
-
+
-
+
@@ -9426,8 +9291,7 @@ Plain text <<>>
-
+
@@ -9445,8 +9309,7 @@ Plain text <<>>
-
+
@@ -9502,8 +9365,7 @@ Plain text <<>>
-
+
@@ -9520,8 +9382,7 @@ Plain text <<>>
-
+
@@ -9538,8 +9399,7 @@ Plain text <<>>
-
+
@@ -9555,12 +9415,9 @@ Plain text <<>>
-
-
-
+
+
+
@@ -9569,9 +9426,7 @@ Plain text <<>>
-
+
@@ -9699,15 +9554,13 @@ Plain text <<>>
-
+
-
+
@@ -10085,16 +9938,14 @@ Plain text <<>>
.
-
+
-
+
@@ -10102,8 +9953,7 @@ Plain text <<>>
-
+
@@ -10119,30 +9969,24 @@ Plain text <<>>
-
-
+
+
-
+
-
+
-
+
@@ -10164,8 +10008,7 @@ Plain text <<>>
-
+
@@ -10203,8 +10046,7 @@ Plain text <<>>
-
+
@@ -10228,8 +10070,7 @@ Plain text <<>>
-
+
@@ -10390,12 +10231,9 @@ Plain text <<>>
-
+
-
+
@@ -10403,8 +10241,7 @@ Plain text <<>>
-
+
@@ -10422,8 +10259,7 @@ Plain text <<>>
-
+
@@ -10479,8 +10315,7 @@ Plain text <<>>
-
+
@@ -10497,8 +10332,7 @@ Plain text <<>>
-
+
@@ -10515,8 +10349,7 @@ Plain text <<>>
-
+
@@ -10532,12 +10365,9 @@ Plain text <<>>
-
-
-
+
+
+
@@ -10546,9 +10376,7 @@ Plain text <<>>
-
+
@@ -10676,15 +10504,13 @@ Plain text <<>>
-
+
-
+
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_attribute_ast_spec.md b/flexmark-docx-converter/src/test/resources/docx_converter_attribute_ast_spec.md
index 036b609e40..5fd9f8f13f 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_attribute_ast_spec.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_attribute_ast_spec.md
@@ -369,8 +369,7 @@ Document[0, 57]
-
+
@@ -404,8 +403,7 @@ Document[0, 57]
-
+
@@ -670,7 +668,7 @@ permutations of formatting
- 𝛑
+ 𝛑
@@ -1048,8 +1046,7 @@ plain `inline code`{style="color:blue"} highlight text
-
+
@@ -1080,8 +1077,7 @@ plain `inline code`{style="color:blue"} highlight text
-
+
@@ -1223,7 +1219,7 @@ plain **Bold ~~Bold-strike-through~~**{style="color:blue"} text
- 𝛑
+ 𝛑
= -1
@@ -1649,8 +1645,7 @@ Document[0, 77]
-
+
@@ -1684,8 +1679,7 @@ Document[0, 77]
-
+
@@ -1862,7 +1856,7 @@ permutations of formatting
- 𝛑
+ 𝛑
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec.md b/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec.md
index b09a98b8e7..ab172f0c1a 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec.md
@@ -20,8 +20,7 @@ basic text
plain text
.
-
+
@@ -35,8 +34,7 @@ plain text
-
+
@@ -46,8 +44,7 @@ plain text
-
+
@@ -65,8 +62,7 @@ plain text
plain **Bold** text
.
-
+
@@ -89,8 +85,7 @@ plain **Bold** text
-
+
@@ -100,8 +95,7 @@ plain **Bold** text
-
+
@@ -119,8 +113,7 @@ plain **Bold** text
plain *Italic* text
.
-
+
@@ -143,8 +136,7 @@ plain *Italic* text
-
+
@@ -154,8 +146,7 @@ plain *Italic* text
-
+
@@ -173,8 +164,7 @@ plain *Italic* text
plain ~~strike-through~~ text
.
-
+
@@ -197,8 +187,7 @@ plain ~~strike-through~~ text
-
+
@@ -208,8 +197,7 @@ plain ~~strike-through~~ text
-
+
@@ -227,8 +215,7 @@ plain ~~strike-through~~ text
plain ~subscript~ text H~2~O
.
-
+
@@ -260,8 +247,7 @@ plain ~subscript~ text H~2~O
-
+
@@ -271,8 +257,7 @@ plain ~subscript~ text H~2~O
-
+
@@ -290,8 +275,7 @@ plain ~subscript~ text H~2~O
plain ^superscript^ text e^*i*pi^ = -1
.
-
+
@@ -331,8 +315,7 @@ plain ^superscript^ text e^*i*pi^ = -1
-
+
@@ -342,8 +325,7 @@ plain ^superscript^ text e^*i*pi^ = -1
-
+
@@ -373,8 +355,7 @@ Document[0, 38]
plain ^superscript^ text e^ipi^ = -1
.
-
+
@@ -406,8 +387,7 @@ plain ^superscript^ text e^ipi^ = -1
-
+
@@ -417,8 +397,7 @@ plain ^superscript^ text e^ipi^ = -1
-
+
@@ -436,8 +415,7 @@ plain ^superscript^ text e^ipi^ = -1
plain ++underline++ text
.
-
+
@@ -460,8 +438,7 @@ plain ++underline++ text
-
+
@@ -471,8 +448,7 @@ plain ++underline++ text
-
+
@@ -490,8 +466,7 @@ plain ++underline++ text
plain `inline code` text
.
-
+
@@ -514,8 +489,7 @@ plain `inline code` text
-
+
@@ -525,8 +499,7 @@ plain `inline code` text
-
+
@@ -544,8 +517,7 @@ plain `inline code` text
plain `inline code` highlight text
.
-
+
@@ -570,8 +542,7 @@ plain `inline code` highlight text
-
+
@@ -581,8 +552,7 @@ plain `inline code` highlight text
-
+
@@ -600,8 +570,7 @@ plain `inline code` highlight text
plain `inline code` highlight text
.
-
+
@@ -626,8 +595,7 @@ plain `inline code` highlight text
-
+
@@ -637,8 +605,7 @@ plain `inline code` highlight text
-
+
@@ -663,8 +630,7 @@ plain **Bold ~Bold-Subscript~** text H~2~O
plain **Bold ~~Bold-strike-through~~** text
.
-
+
@@ -773,7 +739,7 @@ plain **Bold ~~Bold-strike-through~~** text
- 𝛑
+ 𝛑
= -1
@@ -836,8 +802,7 @@ plain **Bold ~~Bold-strike-through~~** text
-
+
@@ -847,8 +812,7 @@ plain **Bold ~~Bold-strike-through~~** text
-
+
@@ -875,8 +839,7 @@ plain **Bold ~~Bold-strike-through~~** text
.
-
+
@@ -926,8 +889,7 @@ plain **Bold ~~Bold-strike-through~~** text
-
+
@@ -937,8 +899,7 @@ plain **Bold ~~Bold-strike-through~~** text
-
+
@@ -1053,8 +1014,7 @@ tight lists
* list 2.2
.
-
+
@@ -1138,8 +1098,7 @@ tight lists
-
+
@@ -1149,8 +1108,7 @@ tight lists
-
+
@@ -1177,8 +1135,7 @@ loose lists
.
-
+
@@ -1262,8 +1219,7 @@ loose lists
-
+
@@ -1273,8 +1229,7 @@ loose lists
-
+
@@ -1303,8 +1258,7 @@ loose lists
.
-
+
@@ -1388,8 +1342,7 @@ loose lists
-
+
@@ -1399,8 +1352,7 @@ loose lists
-
+
@@ -1424,8 +1376,7 @@ full list items
* list 5
.
-
+
@@ -1496,8 +1447,7 @@ full list items
-
+
@@ -1507,8 +1457,7 @@ full list items
-
+
@@ -1532,8 +1481,7 @@ full list items
1. list 5
.
-
+
@@ -1604,8 +1552,7 @@ full list items
-
+
@@ -1615,8 +1562,7 @@ full list items
-
+
@@ -1640,8 +1586,7 @@ Web URL
with some text
.
-
+
@@ -1680,8 +1625,7 @@ with some text
-
+
@@ -1691,8 +1635,7 @@ with some text
-
+
@@ -2082,8 +2025,7 @@ lazy continuation
lazy continuation
.
-
+
@@ -2129,8 +2071,7 @@ lazy continuation
-
+
@@ -2140,8 +2081,7 @@ lazy continuation
-
+
@@ -2161,8 +2101,7 @@ with hyperlink
> [flexmark-icon-logo](https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png "Title: flexmark-java logo")
.
-
+
@@ -2205,8 +2144,7 @@ with hyperlink
-
+
@@ -2216,8 +2154,7 @@ with hyperlink
-
+
@@ -2238,8 +2175,7 @@ with hard break
> with a link [flexmark-icon-logo](https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png "Title: flexmark-java logo")
.
-
+
@@ -2291,8 +2227,7 @@ with hard break
-
+
@@ -2302,8 +2237,7 @@ with hard break
-
+
@@ -2325,8 +2259,7 @@ with child paragraphs
> with a link [flexmark-icon-logo](https://raw.githubusercontent.com/vsch/flexmark-java/master/assets/images/flexmark-icon-logo%402x.png "Title: flexmark-java logo")
.
-
+
@@ -2380,8 +2313,7 @@ with child paragraphs
-
+
@@ -2391,8 +2323,7 @@ with child paragraphs
-
+
@@ -2414,8 +2345,7 @@ with child block quote
>> another block quote
.
-
+
@@ -2462,8 +2392,7 @@ with child block quote
-
+
@@ -2473,8 +2402,7 @@ with child block quote
-
+
@@ -2497,8 +2425,7 @@ with child paragraphs
>> another block quote
.
-
+
@@ -2573,8 +2500,7 @@ with child paragraphs
-
+
@@ -2584,8 +2510,7 @@ with child paragraphs
-
+
@@ -2609,8 +2534,7 @@ code
.
-
+
@@ -2643,8 +2567,7 @@ code
-
+
@@ -2654,8 +2577,7 @@ code
-
+
@@ -2680,8 +2602,7 @@ code
text after
.
-
+
@@ -2730,8 +2651,7 @@ text after
-
+
@@ -2741,8 +2661,7 @@ text after
-
+
@@ -2764,15 +2683,13 @@ text after
.
-
+
-
+
@@ -2782,8 +2699,7 @@ text after
-
+
@@ -6218,8 +6134,7 @@ plain [-del-] [+ins+]
plain {-del-} {+ins+}
.
-
+
@@ -6269,8 +6184,7 @@ plain {-del-} {+ins+}
-
+
@@ -6280,8 +6194,7 @@ plain {-del-} {+ins+}
-
+
@@ -6303,8 +6216,7 @@ Block Quote
>>>
.
-
+
@@ -6318,8 +6230,7 @@ Block Quote
-
+
@@ -6339,8 +6250,7 @@ Block Quote
-
+
@@ -6350,8 +6260,7 @@ Block Quote
-
+
@@ -6376,8 +6285,7 @@ Nested Block Quote
>>>
.
-
+
@@ -6391,8 +6299,7 @@ Nested Block Quote
-
+
@@ -6432,8 +6339,7 @@ Nested Block Quote
-
+
@@ -6443,8 +6349,7 @@ Nested Block Quote
-
+
@@ -6475,8 +6380,7 @@ All the fixings
[Table Caption]
.
-
+
@@ -6499,8 +6403,7 @@ All the fixings
-
+
@@ -6937,8 +6840,7 @@ All the fixings
-
+
@@ -6948,8 +6850,7 @@ All the fixings
-
+
@@ -6976,8 +6877,7 @@ With breaks
.
-
+
@@ -7000,8 +6900,7 @@ With breaks
-
+
@@ -7208,8 +7107,7 @@ With breaks
-
+
@@ -7219,8 +7117,7 @@ With breaks
-
+
@@ -7247,8 +7144,7 @@ With breaks and caption before
.
-
+
@@ -7279,8 +7175,7 @@ With breaks and caption before
-
+
@@ -7479,8 +7374,7 @@ With breaks and caption before
-
+
@@ -7490,8 +7384,7 @@ With breaks and caption before
-
+
@@ -7516,8 +7409,7 @@ With spanning columns
.
-
+
@@ -7540,8 +7432,7 @@ With spanning columns
-
+
@@ -7631,8 +7522,7 @@ With spanning columns
-
+
@@ -7642,8 +7532,7 @@ With spanning columns
-
+
@@ -7668,8 +7557,7 @@ With spanning columns turned off
.
-
+
@@ -7692,8 +7580,7 @@ With spanning columns turned off
-
+
@@ -7789,8 +7676,7 @@ With spanning columns turned off
-
+
@@ -7800,8 +7686,7 @@ With spanning columns turned off
-
+
@@ -7825,8 +7710,7 @@ With embedded links
.
-
+
@@ -7849,8 +7733,7 @@ With embedded links
-
+
@@ -7934,8 +7817,7 @@ With embedded links
-
+
@@ -7945,8 +7827,7 @@ With embedded links
-
+
@@ -7974,8 +7855,7 @@ block quote with bullet list
>
.
-
+
@@ -8001,8 +7881,7 @@ block quote with bullet list
-
+
@@ -8025,8 +7904,7 @@ block quote with bullet list
-
+
@@ -8049,8 +7927,7 @@ block quote with bullet list
-
+
@@ -8060,8 +7937,7 @@ block quote with bullet list
-
+
@@ -8085,8 +7961,7 @@ block quote with bullet nested list
>
.
-
+
@@ -8112,8 +7987,7 @@ block quote with bullet nested list
-
+
@@ -8136,8 +8010,7 @@ block quote with bullet nested list
-
+
@@ -8160,8 +8033,7 @@ block quote with bullet nested list
-
+
@@ -8171,8 +8043,7 @@ block quote with bullet nested list
-
+
@@ -8199,8 +8070,7 @@ block quote with bullet list nested beyond border space limit
>
.
-
+
@@ -8226,8 +8096,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8250,8 +8119,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8274,8 +8142,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8298,8 +8165,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8322,8 +8188,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8346,8 +8211,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -8357,8 +8221,7 @@ block quote with bullet list nested beyond border space limit
-
+
@@ -9447,8 +9310,7 @@ aside block with bullet list
|
.
-
+
@@ -9474,8 +9336,7 @@ aside block with bullet list
-
+
@@ -9498,8 +9359,7 @@ aside block with bullet list
-
+
@@ -9522,8 +9382,7 @@ aside block with bullet list
-
+
@@ -9533,8 +9392,7 @@ aside block with bullet list
-
+
@@ -9558,8 +9416,7 @@ aside block with bullet nested list
|
.
-
+
@@ -9585,8 +9442,7 @@ aside block with bullet nested list
-
+
@@ -9609,8 +9465,7 @@ aside block with bullet nested list
-
+
@@ -9633,8 +9488,7 @@ aside block with bullet nested list
-
+
@@ -9644,8 +9498,7 @@ aside block with bullet nested list
-
+
@@ -9672,8 +9525,7 @@ aside block with bullet list nested beyond border space limit
|
.
-
+
@@ -9699,8 +9551,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -9723,8 +9574,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -9747,8 +9597,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -9771,8 +9620,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -9795,8 +9643,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -9819,8 +9666,7 @@ aside block with bullet list nested beyond border space limit
-
+
@@ -9830,8 +9676,7 @@ aside block with bullet list nested beyond border space limit
-
+
diff --git a/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec2.md b/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec2.md
index d1ede85609..d68b7a73be 100644
--- a/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec2.md
+++ b/flexmark-docx-converter/src/test/resources/docx_converter_de_ast_spec2.md
@@ -21,8 +21,7 @@ Paragraph text[^1]
.
-
+
@@ -42,8 +41,7 @@ Paragraph text[^1]
-
+
@@ -53,8 +51,7 @@ Paragraph text[^1]
-
+
@@ -102,8 +99,7 @@ Paragraph text[^1]
.
-
+
@@ -123,8 +119,7 @@ Paragraph text[^1]
-
+
@@ -134,8 +129,7 @@ Paragraph text[^1]
-
+
@@ -213,8 +207,7 @@ Paragraph text[^1]
-
+
@@ -269,8 +262,7 @@ Paragraph text, repeated footnote[^1]
.
-
+
@@ -304,8 +296,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -315,8 +306,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -390,8 +380,7 @@ Paragraph text, repeated footnote[^1]
.
-
+
@@ -425,8 +414,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -436,8 +424,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -526,8 +513,7 @@ Paragraph text, repeated footnote[^1]
.
-
+
@@ -550,8 +536,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -600,8 +585,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -611,8 +595,7 @@ Paragraph text, repeated footnote[^1]
-
+
@@ -664,8 +647,7 @@ Der Hersteller[^C1-04]
.
-
+
@@ -688,8 +670,7 @@ Der Hersteller[^C1-04]
-
+
@@ -746,8 +727,7 @@ Der Hersteller[^C1-04]
-
+
@@ -757,8 +737,7 @@ Der Hersteller[^C1-04]
-
+
@@ -808,8 +787,7 @@ Der Hersteller[^C1-04]
.
-
+
@@ -832,8 +810,7 @@ Der Hersteller[^C1-04]
-
+
@@ -882,8 +859,7 @@ Der Hersteller[^C1-04]
-
+
@@ -893,8 +869,7 @@ Der Hersteller[^C1-04]
-
+
@@ -935,8 +910,7 @@ Text [^id] with link [link](http://example.com)
[^id]: [link](http://example.com)
.
-
+
@@ -967,8 +941,7 @@ Text [^id] with link [link](http://example.com)
-
+
@@ -978,8 +951,7 @@ Text [^id] with link [link](http://example.com)
-
+
@@ -1025,8 +997,7 @@ Text [^id] with link [link](http://example.com)
[^id]: [link](http://example.com/another)
.
-
+
@@ -1057,8 +1028,7 @@ Text [^id] with link [link](http://example.com)
-
+
@@ -1068,8 +1038,7 @@ Text [^id] with link [link](http://example.com)
-
+
@@ -4924,15 +4893,13 @@ See [@tbl:test]
[@tbl]: Table [#].
.
-
+
-
+
@@ -4942,8 +4909,7 @@ See [@tbl:test]
-
+
@@ -4970,8 +4936,7 @@ See [@fig:abc]
[@tbl]: Table [#].
.
-
+
@@ -5027,8 +4992,7 @@ See [@fig:abc]
-
+
@@ -5038,8 +5002,7 @@ See [@fig:abc]
-
+
@@ -5066,8 +5029,7 @@ See [@fig:abc]
[@tbl]: Table [#].
.
-
+
@@ -5092,8 +5054,7 @@ See [@fig:abc]
-
+
@@ -5151,8 +5112,7 @@ See [@fig:abc]
-
+
@@ -5162,8 +5122,7 @@ See [@fig:abc]
-
+
@@ -5188,8 +5147,7 @@ abc{#fig:test}
.
-
+
@@ -5247,8 +5205,7 @@ abc{#fig:test}
-
+
@@ -5258,8 +5215,7 @@ abc{#fig:test}
-
+
@@ -5286,8 +5242,7 @@ Suffix links
[Heading 2](#heading-2)
.
-
+