From 943e3dc057eca53e68ddec51529bd6a1279ebd8e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:23:02 +0200 Subject: Adding upstream version 0.18.1. Signed-off-by: Daniel Baumann --- tests/test_html/html_to_nodes.md | 199 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 tests/test_html/html_to_nodes.md (limited to 'tests/test_html/html_to_nodes.md') diff --git a/tests/test_html/html_to_nodes.md b/tests/test_html/html_to_nodes.md new file mode 100644 index 0000000..e118eb9 --- /dev/null +++ b/tests/test_html/html_to_nodes.md @@ -0,0 +1,199 @@ +empty +. + +. + + +. + +text +. +abc +. + + + abc +. + +normal HTML +. +
+. + + +
+. + +image no src +. + +. + + + + error +. + +image +. + +. + + +. + +image unknown attribute +. + +. + + +. + +image known attributes +. + +. + + + :align: left + :class: a b + :height: 200px + :name: b +. + +multiple images +. + + +. + + + +. + +admonition no close +. +
+. + + + :class: admonition +. + +admonition +. +
+
+. + + + :class: admonition +. + +admonition attributes +. +
+
+. + + + :class: admonition tip + :name: aname +. + +admonition div-title +. +
+
*Hallo*
+. + + + :class: admonition tip +. + +admonition p-title +. +
+

*Hallo*

+. + + + :class: admonition tip +. + +admonition title+content +. +
+
*Hallo*
+content +
+. + + + :class: admonition + + content +. + +admonition multiple +. +
+
first
+content 1 +
+
+
second
+content 2 +
+. + + + :class: admonition + + content 1 + + :class: admonition + + content 2 +. + +admonition with paragraphs +. +
+

paragraph 1

+

paragraph 2

+
+. + + + :class: admonition + + paragraph 1 + + paragraph 2 +. + +nested +. +
+

Some **content**

+
+
A *title*
+

Paragraph 1

+

Paragraph 2

+
+
+. + + + :class: admonition + + Some **content** + +
+
A *title*
+

Paragraph 1

+

Paragraph 2

+
+. -- cgit v1.2.3