A para
+ with
+ mixed
+indents.
+ and with much indent
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/indented.html.gfm b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/indented.html.gfm
new file mode 100644
index 0000000..4440c62
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/indented.html.gfm
@@ -0,0 +1,18 @@
+
This is a para.
+
+
This is a para.
+
+
This is a para.
+
+
This is a para.
+
+
This is a code block.
+
+
+
And this is another.
+
+
A para
+ with
+ mixed
+ indents.
+ and with much indent
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/indented.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/indented.text
new file mode 100644
index 0000000..5849f5b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/indented.text
@@ -0,0 +1,19 @@
+This is a para.
+
+ This is a para.
+
+ This is a para.
+
+ This is a para.
+
+ This is a code block.
+
+
+
+And this is another.
+
+A para
+ with
+ mixed
+indents.
+ and with much indent
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/line_break_last_line.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/line_break_last_line.html
new file mode 100644
index 0000000..9bc47db
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/line_break_last_line.html
@@ -0,0 +1,9 @@
+
This is just a normal paragraph.
+That goes on to the second line.
+
+
Another paragraph.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/two_para.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/two_para.text
new file mode 100644
index 0000000..b0c730d
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/two_para.text
@@ -0,0 +1,4 @@
+This is just a normal paragraph.
+That goes on to the second line.
+
+Another paragraph.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.html
new file mode 100644
index 0000000..a8831e6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.html
@@ -0,0 +1 @@
+
some text
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.options
new file mode 100644
index 0000000..63936b9
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.options
@@ -0,0 +1 @@
+:html_to_native: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.text
new file mode 100644
index 0000000..e5fe18a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/03_paragraph/with_html_to_native.text
@@ -0,0 +1 @@
+
some text
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header.html
new file mode 100644
index 0000000..0704107
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header.html
@@ -0,0 +1,57 @@
+
This is a header
+
+
This is a header
+
+
This is a header
+
+
This is a header
+
+
This is a header
+
+
This is a header
+
+
Header
+
Header
+
+
Header
+
+
blockquote
+
+
+
header
+
paragraph
+
+
+
blockquote
+### not a header
+
+
+
header
+
+
header
+
+
header
+
+
header #
+
+
header
+
+
#
+
+
#
+
+
Header
+
+
Header
+
+
Header
+
+
Header
+
+
Header {#9ab}
+
+
Header{#noid}
+
+
Header ##{#noid}
+
+
Last
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header.text
new file mode 100644
index 0000000..392b3f6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header.text
@@ -0,0 +1,54 @@
+# This is a header
+
+## This is a header
+
+### This is a header
+
+#### This is a header
+
+##### This is a header
+
+###### This is a header
+
+# Header
+^
+# Header
+
+##Header #####
+> blockquote
+
+###### header
+paragraph
+
+> blockquote
+### not a header
+
+# header #
+
+# header#
+
+#header#
+
+# header \#
+
+# header
+
+#
+
+#
+
+### Header {#id}
+
+### Header ## {#Id}
+
+### Header ## {#id}
+
+### Header {#A-Za-z0-9_:t}
+
+### Header {#9ab}
+
+### Header{#noid}
+
+### Header ##{#noid}
+
+### Last
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header_no_newline_at_end.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header_no_newline_at_end.html
new file mode 100644
index 0000000..9f49c3b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header_no_newline_at_end.html
@@ -0,0 +1 @@
+
header
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header_no_newline_at_end.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header_no_newline_at_end.text
new file mode 100644
index 0000000..7b74be4
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/atx_header_no_newline_at_end.text
@@ -0,0 +1 @@
+# header
\ No newline at end of file
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.html
new file mode 100644
index 0000000..e031b9a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.html
@@ -0,0 +1,11 @@
+
Lorem ipsum
+
+
Lorem ipsum
+
+
Lorem ipsum
+
+
Lorem ipsum
+
+
Lorem ipsum
+
+
Lorem ipsum
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.kramdown b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.kramdown
new file mode 100644
index 0000000..a77deb9
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.kramdown
@@ -0,0 +1,12 @@
+## Lorem ipsum
+
+### Lorem ipsum
+
+#### Lorem ipsum
+
+###### Lorem ipsum
+
+## Lorem ipsum
+
+### Lorem ipsum
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.latex b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.latex
new file mode 100644
index 0000000..c9017e6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.latex
@@ -0,0 +1,12 @@
+\subsection*{Lorem ipsum}
+
+\subsubsection*{Lorem ipsum}
+
+\paragraph*{Lorem ipsum}
+
+\subparagraph*{Lorem ipsum}
+
+\subsection*{Lorem ipsum}
+
+\subsubsection*{Lorem ipsum}
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.options
new file mode 100644
index 0000000..a805035
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.options
@@ -0,0 +1,2 @@
+:header_offset: 1
+:auto_ids: false
\ No newline at end of file
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.text
new file mode 100644
index 0000000..bfaefa2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/header_type_offset.text
@@ -0,0 +1,13 @@
+# Lorem ipsum
+
+## Lorem ipsum
+
+### Lorem ipsum
+
+###### Lorem ipsum
+
+Lorem ipsum
+===========
+
+Lorem ipsum
+-----------
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header.html
new file mode 100644
index 0000000..147c345
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header.html
@@ -0,0 +1,32 @@
+
test
+
+
test2
+
+
test
+
para
+
+
header =
+
+
+
=
+
+
This is a para.
+With two lines.
+And not a header.
+=================
+
+
+
Blockquote.
+Not a Header
+-
+
+
+
header
+
+
header
+
+
header
+
+
header{#noid}
+
+
header
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header.text
new file mode 100644
index 0000000..ae94ecd
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header.text
@@ -0,0 +1,39 @@
+test
+-
+
+test2
+=========
+
+test
+-
+para
+
+ header
+=
+
+
+=
+
+This is a para.
+With two lines.
+And not a header.
+=================
+
+> Blockquote.
+Not a Header
+-
+
+header {#id}
+------------
+
+header {#Id}
+======
+
+header {#A-Za-z0-9_:}
+------
+
+header{#noid}
+-----
+
+header
+------
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header_no_newline_at_end.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header_no_newline_at_end.html
new file mode 100644
index 0000000..9f49c3b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header_no_newline_at_end.html
@@ -0,0 +1 @@
+
header
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header_no_newline_at_end.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header_no_newline_at_end.text
new file mode 100644
index 0000000..0f00750
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/setext_header_no_newline_at_end.text
@@ -0,0 +1,2 @@
+header
+======
\ No newline at end of file
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_prefix.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_prefix.html
new file mode 100644
index 0000000..724d391
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_prefix.html
@@ -0,0 +1,3 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_stripping.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_stripping.options
new file mode 100644
index 0000000..68800f6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_stripping.options
@@ -0,0 +1 @@
+:auto_id_stripping: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_stripping.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_stripping.text
new file mode 100644
index 0000000..2b57bc8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_id_stripping.text
@@ -0,0 +1 @@
+# This is a header
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.html
new file mode 100644
index 0000000..af8126d
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.html
@@ -0,0 +1,21 @@
+
This is a header
+
+
12. Another one-1-here
+
+
Do ^& it now
+
+
Hallo
+
+
Not now
+
+
Hallo
+
+
23232
+
+
33333
+
+
hallO
+
+
Header without ID
+
+
Transliterated: Đây-là-ví-dụ
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.options
new file mode 100644
index 0000000..0a1fec8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.options
@@ -0,0 +1,2 @@
+:auto_ids: true
+:transliterated_header_ids: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.text
new file mode 100644
index 0000000..f4cd91b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_auto_ids.text
@@ -0,0 +1,24 @@
+# This is a header
+
+## 12. Another one-1-here
+
+### Do ^& it now
+
+Hallo
+=====
+
+Not now
+-------
+
+# Hallo
+
+# 23232
+
+# 33333
+
+## hallO
+
+# Header without ID
+{: id=""}
+
+# Transliterated: Đây-là-ví-dụ
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.html
new file mode 100644
index 0000000..64ae37f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.html
@@ -0,0 +1,7 @@
+
This is a header
+
+
12. Another one-1-here
+
+
Do ^& it now
+
+
Header without ID
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.options
new file mode 100644
index 0000000..87f9047
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.options
@@ -0,0 +1,2 @@
+:header_links: true
+:auto_ids: false
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.text
new file mode 100644
index 0000000..0166e29
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_header_links.text
@@ -0,0 +1,8 @@
+# This is a header {#header}
+
+## 12. Another one-1-here
+
+### Do ^& it now
+
+# Header without ID
+{: id=""}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_line_break.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_line_break.html
new file mode 100644
index 0000000..880dc9e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_line_break.html
@@ -0,0 +1 @@
+
foo bar
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_line_break.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_line_break.text
new file mode 100644
index 0000000..c7fe2ab
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/04_header/with_line_break.text
@@ -0,0 +1 @@
+# foo bar
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/indented.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/indented.html
new file mode 100644
index 0000000..734bb7a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/indented.html
@@ -0,0 +1,25 @@
+
+
A normal blockquote.
+
+
+
+
A normal blockquote.
+
+
+
+
A normal blockquote.
+
+
+
+
A normal blockquote.
+
+
+
> A codeblock
+
+
+
+
Blockquote
+with
+mixed
+indents.
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/indented.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/indented.text
new file mode 100644
index 0000000..70850b0
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/indented.text
@@ -0,0 +1,14 @@
+> A normal blockquote.
+
+ > A normal blockquote.
+
+ > A normal blockquote.
+
+ > A normal blockquote.
+
+ > A codeblock
+
+> Blockquote
+ > with
+ >mixed
+> indents.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/lazy.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/lazy.html
new file mode 100644
index 0000000..00a2102
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/lazy.html
@@ -0,0 +1,34 @@
+
+
This is a long
+long line.
+
+
+
+
+
Nested quote
+inside
+still inside
+
+
+
+
+
+
This is a subquote.
+over multipline lines.
+continuing
+here
+
+
+
+
+
This is a quote
+ no code
+
+
+
+
This is a quote
+
+
+
+
This is a quote
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/lazy.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/lazy.text
new file mode 100644
index 0000000..adde6a6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/lazy.text
@@ -0,0 +1,20 @@
+> This is a long
+long line.
+
+> > Nested quote
+inside
+> still inside
+
+> > This is a subquote.
+> > over multipline lines.
+> continuing
+here
+
+> This is a quote
+ no code
+
+> This is a quote
+{: #id}
+
+> This is a quote
+^
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/nested.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/nested.html
new file mode 100644
index 0000000..4bc94f0
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/nested.html
@@ -0,0 +1,10 @@
+
+
foo
+
+
+
bar
+ baz
+
+
+
foo
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/nested.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/nested.text
new file mode 100644
index 0000000..2176882
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/nested.text
@@ -0,0 +1,6 @@
+> foo
+>
+> > bar
+>> baz
+>
+> foo
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/no_newline_at_end.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/no_newline_at_end.html
new file mode 100644
index 0000000..1de4a60
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/no_newline_at_end.html
@@ -0,0 +1,4 @@
+
+
This is a block quote
+with no newline.
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/no_newline_at_end.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/no_newline_at_end.text
new file mode 100644
index 0000000..402648a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/no_newline_at_end.text
@@ -0,0 +1,2 @@
+> This is a block quote
+> with no newline.
\ No newline at end of file
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/very_long_line.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/very_long_line.html
new file mode 100644
index 0000000..4a9aaf5
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/very_long_line.html
@@ -0,0 +1,3 @@
+
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/very_long_line.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/very_long_line.text
new file mode 100644
index 0000000..a2b33bd
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/very_long_line.text
@@ -0,0 +1 @@
+> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/with_code_blocks.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/with_code_blocks.html
new file mode 100644
index 0000000..30abd99
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/with_code_blocks.html
@@ -0,0 +1,15 @@
+
+
Example:
+
+
sub status {
+ print "working";
+}
+
+
+
Or:
+
+
sub status {
+ return "working";
+}
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/with_code_blocks.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/with_code_blocks.text
new file mode 100644
index 0000000..3b188dd
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/05_blockquote/with_code_blocks.text
@@ -0,0 +1,11 @@
+>Example:
+>
+> sub status {
+> print "working";
+> }
+>
+> Or:
+>
+> sub status {
+> return "working";
+> }
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.html
new file mode 100644
index 0000000..142a5d3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.html
@@ -0,0 +1,4 @@
+
x = Class.new
+
+
<a>href</a>
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.options
new file mode 100644
index 0000000..72e9bc1
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.options
@@ -0,0 +1 @@
+:enable_coderay: false
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.text
new file mode 100644
index 0000000..af4d0bd
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/disable-highlighting.text
@@ -0,0 +1,4 @@
+ x = Class.new
+^
+ href
+{: lang="html"}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/error.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/error.html
new file mode 100644
index 0000000..d9f9da3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/error.html
@@ -0,0 +1,4 @@
+
Some para
+
+
~~~~~~
+not codeblock
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/error.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/error.text
new file mode 100644
index 0000000..60ea366
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/error.text
@@ -0,0 +1,4 @@
+Some para
+
+~~~~~~
+not codeblock
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.html
new file mode 100644
index 0000000..066e909
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.html
@@ -0,0 +1,15 @@
+
class Foo
+ def bar
+ puts 'Hello'
+ end
+end
+
+
+
+
class Foo
+ def bar
+ puts 'Hello'
+ end
+end
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.options
new file mode 100644
index 0000000..bfc92f4
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.options
@@ -0,0 +1,2 @@
+:syntax_highlighter_opts:
+ guess_lang: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.text
new file mode 100644
index 0000000..4b074a8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/guess_lang_css_class.text
@@ -0,0 +1,13 @@
+~~~
+class Foo
+ def bar
+ puts 'Hello'
+ end
+end
+~~~
+
+ class Foo
+ def bar
+ puts 'Hello'
+ end
+ end
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex
new file mode 100644
index 0000000..a092a1f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex
@@ -0,0 +1,9 @@
+\begin{minted}[breaklines,linenos]{ruby}
+x = Class.new
+
+\end{minted}
+
+\begin{minted}[breaklines,linenos]{html}
+this is a reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, long link
+
+\end{minted}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options
new file mode 100644
index 0000000..b773fc8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options
@@ -0,0 +1,4 @@
+:syntax_highlighter: minted
+:syntax_highlighter_opts:
+ wrap: true
+ line_numbers: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text
new file mode 100644
index 0000000..2636518
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text
@@ -0,0 +1,5 @@
+ x = Class.new
+{: .language-ruby}
+
+ this is a reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, reaally, long link
+{: .language-html}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.latex b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.latex
new file mode 100644
index 0000000..354d6ab
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.latex
@@ -0,0 +1,8 @@
+\begin{minted}[]{ruby}
+x = Class.new
+
+\end{minted}
+\begin{minted}[]{html}
+href
+
+\end{minted}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.options
new file mode 100644
index 0000000..b2ee189
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.options
@@ -0,0 +1,3 @@
+:syntax_highlighter: minted
+:syntax_highlighter_opts:
+ default_lang: ruby
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.text
new file mode 100644
index 0000000..5ac4746
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-minted.text
@@ -0,0 +1,4 @@
+ x = Class.new
+^
+ href
+{: .language-html}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.html
new file mode 100644
index 0000000..b694d37
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.html
@@ -0,0 +1,6 @@
+
x=Class.new
+
+
+
<a>href</a>
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.options
new file mode 100644
index 0000000..be21a32
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.options
@@ -0,0 +1,7 @@
+:syntax_highlighter_opts:
+ block:
+ css: class
+ default_lang: ruby
+ wrap: span
+ line_numbers: null
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.text
new file mode 100644
index 0000000..5ac4746
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting-opts.text
@@ -0,0 +1,4 @@
+ x = Class.new
+^
+ href
+{: .language-html}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.html
new file mode 100644
index 0000000..33dd015
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.html
@@ -0,0 +1,5 @@
+
x = Class.new
+
+
<a>href</a>
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.options
new file mode 100644
index 0000000..8133537
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.options
@@ -0,0 +1,5 @@
+:coderay_default_lang: ruby
+:coderay_wrap: span
+:coderay_line_numbers: ~
+:coderay_css: class
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.text
new file mode 100644
index 0000000..5ac4746
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/highlighting.text
@@ -0,0 +1,4 @@
+ x = Class.new
+^
+ href
+{: .language-html}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/issue_gh45.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/issue_gh45.html
new file mode 100644
index 0000000..b096a9e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/issue_gh45.html
@@ -0,0 +1,164 @@
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/lazy.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/lazy.text
new file mode 100644
index 0000000..2a95de6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/lazy.text
@@ -0,0 +1,5 @@
+ This is some
+code
+
+ This is some
+ other code
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end.html
new file mode 100644
index 0000000..7a003b2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end.html
@@ -0,0 +1,2 @@
+
test
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end.text
new file mode 100644
index 0000000..b64563f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end.text
@@ -0,0 +1 @@
+ test
\ No newline at end of file
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end_1.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end_1.html
new file mode 100644
index 0000000..005870e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end_1.html
@@ -0,0 +1,2 @@
+
test test
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end_1.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end_1.text
new file mode 100644
index 0000000..65df71e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/no_newline_at_end_1.text
@@ -0,0 +1,2 @@
+ test
+test
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/normal.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/normal.html
new file mode 100644
index 0000000..0bd2c1f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/normal.html
@@ -0,0 +1,13 @@
+
starting code
+
+
+
paragraph
+
+
other code
+with samples
+
+
+
paragraph
+
+
ending code
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/normal.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/normal.text
new file mode 100644
index 0000000..40ea702
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/normal.text
@@ -0,0 +1,10 @@
+ starting code
+
+paragraph
+
+ other code
+ with samples
+
+paragraph
+
+ ending code
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.html
new file mode 100644
index 0000000..2cc34d3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.html
@@ -0,0 +1,2 @@
+
x = Class.new
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.options
new file mode 100644
index 0000000..5688828
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.options
@@ -0,0 +1,4 @@
+:syntax_highlighter: rouge
+:syntax_highlighter_opts:
+ block:
+ disable: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.text
new file mode 100644
index 0000000..0e50b41
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/disabled.text
@@ -0,0 +1 @@
+ x = Class.new
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.html
new file mode 100644
index 0000000..6ece543
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.html
@@ -0,0 +1,11 @@
+
puts"Hello"
+
+
+
+
puts"World"
+
+
+
+
$foo=newBar;
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.options
new file mode 100644
index 0000000..b910f75
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.options
@@ -0,0 +1,4 @@
+:syntax_highlighter: rouge
+:syntax_highlighter_opts:
+ default_lang: ruby
+ formatter: RougeHTMLFormatters
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.text
new file mode 100644
index 0000000..d1dd283
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/multiple.text
@@ -0,0 +1,11 @@
+~~~ ruby
+puts "Hello"
+~~~
+
+~~~ ruby
+puts "World"
+~~~
+
+~~~ php?start_inline=1
+$foo = new Bar;
+~~~
\ No newline at end of file
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.html
new file mode 100644
index 0000000..1c2259a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.html
@@ -0,0 +1,10 @@
+
x=Class.new
+
+
+
<a>href</a>
+
+
+
+
$foo=newBar;
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.options
new file mode 100644
index 0000000..f59e0ff
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.options
@@ -0,0 +1,3 @@
+:syntax_highlighter: rouge
+:syntax_highlighter_opts:
+ default_lang: ruby
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.text
new file mode 100644
index 0000000..6c740e5
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/rouge/simple.text
@@ -0,0 +1,9 @@
+ x = Class.new
+^
+ href
+{: .language-html}
+
+
+~~~ php?start_inline=1
+$foo = new Bar;
+~~~
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/tilde_syntax.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/tilde_syntax.html
new file mode 100644
index 0000000..1ddd91e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/tilde_syntax.html
@@ -0,0 +1,7 @@
+
Here comes some code.
+
+
+
~~~~~~~
+code with tildes
+~~~~~~~~
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/tilde_syntax.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/tilde_syntax.text
new file mode 100644
index 0000000..7625a1b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/tilde_syntax.text
@@ -0,0 +1,9 @@
+~~~~~~~~
+Here comes some code.
+~~~~~~~~
+
+~~~~~~~~~~~~
+~~~~~~~
+code with tildes
+~~~~~~~~
+~~~~~~~~~~~~~~~~~~
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/whitespace.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/whitespace.html
new file mode 100644
index 0000000..dcbb40f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/whitespace.html
@@ -0,0 +1,3 @@
+
Thisis⋅some⋅⋅
+⋅⋅⋅⋅whitespace⋅⋅
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/whitespace.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/whitespace.text
new file mode 100644
index 0000000..b15c9c9
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/whitespace.text
@@ -0,0 +1,3 @@
+ This is some
+ whitespace
+{:.show-whitespaces}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_blank_line.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_blank_line.html
new file mode 100644
index 0000000..f7c20b2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_blank_line.html
@@ -0,0 +1,13 @@
+
paragraph
+
+
code block
+
+continued here
+
+
+
ended
+
+
next blank line has 4 spaces
+
+
+
paragraph
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_blank_line.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_blank_line.text
new file mode 100644
index 0000000..e51dfa5
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_blank_line.text
@@ -0,0 +1,12 @@
+paragraph
+
+ code block
+
+ continued here
+
+
+ended
+
+ next blank line has 4 spaces
+
+paragraph
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_eob_marker.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_eob_marker.html
new file mode 100644
index 0000000..cca17a2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_eob_marker.html
@@ -0,0 +1,6 @@
+
code block
+
+continued here
+
+
new block here
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_eob_marker.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_eob_marker.text
new file mode 100644
index 0000000..834c768
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_eob_marker.text
@@ -0,0 +1,5 @@
+ code block
+
+ continued here
+^
+ new block here
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_ial.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_ial.html
new file mode 100644
index 0000000..77085b3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_ial.html
@@ -0,0 +1,6 @@
+
code block
+
+continued here
+
+
new block here
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_ial.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_ial.text
new file mode 100644
index 0000000..4489f2d
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_ial.text
@@ -0,0 +1,5 @@
+ code block
+
+ continued here
+{:.cls}
+ new block here
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html
new file mode 100644
index 0000000..f5872c3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html
@@ -0,0 +1,24 @@
+
I have read the book
+1984. It was great
+- other say that, too!
+
+
I have read the book
+1984. It was great
+- other say that, too!
+
+
I have read the book
+ 1984. It was great.
+
+
I have read the book 1984.
+ - it was great!
+
+
1984. Was great!
+
+
1984.5 is not a book.
+
+
1984.
+
+
- This too!
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/escaping.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/escaping.text
new file mode 100644
index 0000000..264dcfb
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/escaping.text
@@ -0,0 +1,21 @@
+I have read the book
+1984. It was great
+- other say that, too!
+
+I have read the book
+1984\. It was great
+\- other say that, too!
+
+I have read the book
+ 1984. It was great.
+
+I have read the book 1984.
+ - it was great!
+
+1984\. Was great!
+
+1984.5 is not a book.
+
+1984\.
+
+\- This too!
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/item_ial.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/item_ial.html
new file mode 100644
index 0000000..e6dfd3a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/item_ial.html
@@ -0,0 +1,10 @@
+
+
IAL at first
+continued
+
another {:.cls}
+
IAL at last
+ code
+
X
+ test
+
X OK
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/item_ial.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/item_ial.text
new file mode 100644
index 0000000..67bee70
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/item_ial.text
@@ -0,0 +1,8 @@
+* {:.cls} IAL at first
+ continued
+* another {:.cls}
+* {:.cls} IAL at last
+ code
+* {::nomarkdown type="html"}X{:/nomarkdown}
+ test
+* {::nomarkdown type="html"}X{:/nomarkdown} OK
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy.html
new file mode 100644
index 0000000..01a5f9d
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy.html
@@ -0,0 +1,39 @@
+
+
This is a simple
+list item
+
+
Followed by another
+list item
+
+
+
Followed by
+
+
a para list item
+continued here
+
+
and a normal one
+
+
and
+
+
a para
+continued here
+
+
+
+
para
+
+
+
multi line
+list item
+
+
+
para
+
+
+
list item line1
+ one line
+ two lines
+
list item line2
+one line
+two lines
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy.text
new file mode 100644
index 0000000..f372422
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy.text
@@ -0,0 +1,29 @@
+* This is a simple
+list item
+* Followed by another
+list item
+
+
+* Followed by
+
+ a para list item
+continued here
+* and a normal one
+* and
+
+ a para
+continued here
+
+para
+
+* multi line
+list item
+
+para
+
+* list item line1
+ one line
+ two lines
+* list item line2
+ one line
+two lines
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy_and_nested.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy_and_nested.html
new file mode 100644
index 0000000..90c7447
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy_and_nested.html
@@ -0,0 +1,9 @@
+
+
Root level
+ * Second level
+
+
Third level
+ * Back to second level
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy_and_nested.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy_and_nested.text
new file mode 100644
index 0000000..97a7755
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/lazy_and_nested.text
@@ -0,0 +1,4 @@
+1. Root level
+ * Second level
+ * Third level
+ * Back to second level
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_hr.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_hr.html
new file mode 100644
index 0000000..ecf51c7
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_hr.html
@@ -0,0 +1,9 @@
+
+
Starting a list
+
+
+
+
+
+
Starting a new list
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_hr.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_hr.text
new file mode 100644
index 0000000..c7fcd47
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_hr.text
@@ -0,0 +1,5 @@
+* Starting a list
+
+* * *
+
+* Starting a new list
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_others.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_others.html
new file mode 100644
index 0000000..672428e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_others.html
@@ -0,0 +1,40 @@
+
+
list item
+
+
+
+
blockquote
+
+
+
para
+* * *
+para
+ - no list
+
+
+
+
item
+
+
+
block
+
+
+
header
+
+
+
test
+
+
codeblock
+
+
+
test
+
+
+
test
+
+
codeblock
+
+
+
test
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_others.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_others.text
new file mode 100644
index 0000000..f680262
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/list_and_others.text
@@ -0,0 +1,26 @@
+* list item
+
+> blockquote
+
+para
+* * *
+para
+ - no list
+
++ item
+
+ > block
+
+ ## header
+
+* test
+
+ codeblock
+
+ test
+
+* test
+
+ codeblock
+
+ test
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/mixed.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/mixed.html
new file mode 100644
index 0000000..9bc47e3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/mixed.html
@@ -0,0 +1,117 @@
+
With tabs/spaces, no paras:
+
+
+
item1
+
item2
+
item3
+
+
+
With tabs/spaces, paras:
+
+
+
+
item1
+
+
+
item2
+
+
+
item3
+
+
+
+
With tabs/spaces, no paras:
+
+
+
item1
+
item2
+
item3
+
+
+
With tabs/spaces, paras:
+
+
+
+
item1
+
+
+
item2
+
+
+
item3
+
+
+
+
Nested, without paras:
+
+
+
item1
+
+
item2
+
+
item3
+
+
+
+
+
+
+
Nested, with paras:
+
+
+
+
item1
+
+
+
item2
+
+
item3 (level 3)
+
+
+
+
+
+
+
Ordered, without paras:
+
+
+
item1
+
item2
+
+
do
+
it
+
now
+
+
+
item3
+
+
+
Ordered, with paras:
+
+
+
+
item1
+
+
+
item2
+
+
+
do
+
it
+
now
+
+
+
+
item3
+
+
+
+
Mixed tabs and spaces:
+
+
+
some text
+
+
nested
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/mixed.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/mixed.text
new file mode 100644
index 0000000..22b578d
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/mixed.text
@@ -0,0 +1,66 @@
+With tabs/spaces, no paras:
+
+* item1
++ item2
+- item3
+
+With tabs/spaces, paras:
+
+- item1
+
+* item2
+
++ item3
+
+With tabs/spaces, no paras:
+
+1. item1
+20. item2
+3. item3
+
+With tabs/spaces, paras:
+
+1. item1
+
+2. item2
+
+3. item3
+
+Nested, without paras:
+
+* item1
+ * item2
+ * item3
+
+Nested, with paras:
+
++ item1
+
+ * item2
+ * item3 (level 3)
+
+Ordered, without paras:
+
+1. item1
+2. item2
+ * do
+ * it
+ * now
+3. item3
+
+Ordered, with paras:
+
+1. item1
+
+2. item2
+
+ * do
+ * it
+ * now
+
+3. item3
+
+Mixed tabs and spaces:
+
+* some text
+ * nested
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested.html
new file mode 100644
index 0000000..1921ee9
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested.html
@@ -0,0 +1,17 @@
+
+
some item
+
+
nested
+
+
+
last item
+
+
+
+
some text
+
+
+
nested
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested.text
new file mode 100644
index 0000000..c71d864
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested.text
@@ -0,0 +1,7 @@
+* some item
+ * nested
+* last item
+^
+* some text
+
+ * nested
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested_compact.kramdown b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested_compact.kramdown
new file mode 100644
index 0000000..dfede9b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested_compact.kramdown
@@ -0,0 +1,7 @@
+* First item
+ * Sub item 1
+ * Sub sub item
+ * Sub item 2
+* Second item
+ * Sub item
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested_compact.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested_compact.text
new file mode 100644
index 0000000..414afcc
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/nested_compact.text
@@ -0,0 +1,6 @@
+* First item
+ * Sub item 1
+ * Sub sub item
+ * Sub item 2
+* Second item
+ * Sub item
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/other_first_element.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/other_first_element.html
new file mode 100644
index 0000000..3f4cd0f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/other_first_element.html
@@ -0,0 +1,39 @@
+
+
+
This is a code block.
+
+
+
+
+
This is a blockquote.
+
+
+
+
A header
+
+
+
+
+
This is a code block.
+
+
+
+
+
This is a blockquote.
+continued by some para.
+
+
+
+
A header
+
a para
+
+
+
+
+
+
nested list
+
other nested item
+
+
+
item 2
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/other_first_element.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/other_first_element.text
new file mode 100644
index 0000000..321cef6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/other_first_element.text
@@ -0,0 +1,18 @@
+*
+ This is a code block.
+* > This is a blockquote.
+* ## A header
+^
+*
+ This is a code block.
+
+* > This is a blockquote.
+ continued by some para.
+
+* A header
+ =========
+ a para
+^
+* * nested list
+ * other nested item
+* item 2
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ol.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ol.html
new file mode 100644
index 0000000..84e5a6b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ol.html
@@ -0,0 +1,19 @@
+
+
This is a simple list item
+
+
Followed by another
+
+
+
Followed by
+
+
a para list item
+
+
and a normal one
+
+
and
+
+
a para
+
+
+
+
para
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ol.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ol.text
new file mode 100644
index 0000000..aaf7dae
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ol.text
@@ -0,0 +1,13 @@
+1. This is a simple list item
+3. Followed by another
+
+
+10. Followed by
+
+ a para list item
+1. and a normal one
+2. and
+
+ a para
+
+para
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ul.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ul.html
new file mode 100644
index 0000000..68db05e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ul.html
@@ -0,0 +1,48 @@
+
+
This is a simple list item
+
+
Followed by another
+
+
+
Followed by
+
+
a para list item
+
+
and a normal one
+
+
and
+
+
a para
+
+
+
+
para
+
+
+
multi line
+list item
+
+
+
para
+
+
+
list item line1
+one line
+two lines
+
list item line2
+one line
+two lines
+
+
+
para
+
+
+
list item line3
+one line
+two lines
+
list item line4
+ one line
+ two lines
+
+
+
para
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ul.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ul.text
new file mode 100644
index 0000000..ccd25c3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/simple_ul.text
@@ -0,0 +1,36 @@
+* This is a simple list item
+* Followed by another
+
+
+* Followed by
+
+ a para list item
+* and a normal one
+* and
+
+ a para
+
+para
+
+* multi line
+ list item
+
+para
+
+* list item line1
+ one line
+ two lines
+* list item line2
+ one line
+ two lines
+
+para
+
+* list item line3
+ one line
+ two lines
+* list item line4
+ one line
+ two lines
+
+para
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/single_item.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/single_item.html
new file mode 100644
index 0000000..e079461
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/single_item.html
@@ -0,0 +1,3 @@
+
+
single
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/single_item.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/single_item.text
new file mode 100644
index 0000000..877d369
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/single_item.text
@@ -0,0 +1 @@
+* single
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/special_cases.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/special_cases.html
new file mode 100644
index 0000000..e329931
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/special_cases.html
@@ -0,0 +1,72 @@
+
+
+
not a para
+here
+
+
+
blockquote
+
+
+
+
and not
+ here
+
+
+
blockquote
+
+
+
+
this is a para
+
+
+
+
blockquote
+
+
+
+
this too
+
+
+
+
A paragraph
+ 1. followed not by ol
+- followed not by ul
+
+
A compact list:
+
+
+
compact
+
list
+
items
+
+
+
A normal list:
+
+
+
+
not
+
+
+
compact
+
+
+
but here
+
+
+
+
List item without content:
+
+
+
+
a
+
+
+
+
+
+
one
+
+
+
two
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/special_cases.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/special_cases.text
new file mode 100644
index 0000000..7253f4a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/08_list/special_cases.text
@@ -0,0 +1,49 @@
+* not a para
+ here
+
+ > blockquote
+
+* and not
+ here
+
+ >blockquote
+
+* this is a para
+
+* > blockquote
+
+* this too
+
+^
+
+A paragraph
+ 1. followed not by ol
+- followed not by ul
+
+A compact list:
+
+* compact
+* list
+* items
+
+A normal list:
+
+* not
+
+* compact
+
+* but here
+
+List item without content:
+
+*
+* a
+^
+
+*
+
+* one
+
+* two
+
+^
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/cdata_section.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/cdata_section.html
new file mode 100644
index 0000000..43c82af
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/cdata_section.html
@@ -0,0 +1,10 @@
+
++-----------------------+
+| Use XML, be Happy :-) |
+|_______________________|
+
+
+
+
Inline section <goes> here.
+
+
Inline test *case* *section* <goes> here end.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/cdata_section.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/cdata_section.text
new file mode 100644
index 0000000..a4de06f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/cdata_section.text
@@ -0,0 +1,10 @@
+
+
+
+Inline ]]> here.
+
+Inline test *case* ]]> here end.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/comment.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/comment.html
new file mode 100644
index 0000000..8d31bd4
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/comment.html
@@ -0,0 +1,18 @@
+
+
+
para1
+
+
+
+
para2
+
+
+
para
+
+
+
This is
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/comment.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/comment.text
new file mode 100644
index 0000000..b632bf2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/comment.text
@@ -0,0 +1,15 @@
+
+
+para1
+
+
+
+para2
+
+ para
+
+> This is
+>
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.html
new file mode 100644
index 0000000..587d55a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.html
@@ -0,0 +1,6 @@
+
+
text
+
+
para
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.options
new file mode 100644
index 0000000..a660da2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.options
@@ -0,0 +1 @@
+:parse_block_html: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.text
new file mode 100644
index 0000000..1e381d1
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/deflists.text
@@ -0,0 +1,6 @@
+
+
*text*
+
+para
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.html
new file mode 100644
index 0000000..e11dc14
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.html
@@ -0,0 +1,14 @@
+
+
+
Usage
+
+Output
+
+
+
+
Some data
+
+
Some more
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.options
new file mode 100644
index 0000000..a660da2
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.options
@@ -0,0 +1 @@
+:parse_block_html: true
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.text
new file mode 100644
index 0000000..c0cf2e7
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/content_model/tables.text
@@ -0,0 +1,14 @@
+
+
+
*Usage*
+
+Output
+
+
+
+
Some *data*
+
+# Some more
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html5_attributes.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html5_attributes.html
new file mode 100644
index 0000000..743c822
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html5_attributes.html
@@ -0,0 +1,15 @@
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html5_attributes.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html5_attributes.text
new file mode 100644
index 0000000..44a060d
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html5_attributes.text
@@ -0,0 +1,15 @@
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
+
+
paragraph
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_after_block.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_after_block.html
new file mode 100644
index 0000000..f51c75b
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_after_block.html
@@ -0,0 +1,7 @@
+
Para
+
division
+
+
+
Quote
+
+
division
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_after_block.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_after_block.text
new file mode 100644
index 0000000..cdcbff6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_after_block.text
@@ -0,0 +1,5 @@
+Para
+
division
+
+> Quote
+
division
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_and_codeblocks.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_and_codeblocks.html
new file mode 100644
index 0000000..93d695a
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_and_codeblocks.html
@@ -0,0 +1,15 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/code.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/code.html
new file mode 100644
index 0000000..f4b3221
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/code.html
@@ -0,0 +1,10 @@
+
This is a code span with <entities> that should be preserved.
+This is a simple code span.
+
+
Some <
+
+
Some very important < thing
+
+
+
Some code<<
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/code.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/code.text
new file mode 100644
index 0000000..fda7db5
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/code.text
@@ -0,0 +1,9 @@
+This is a code span with <entities> that should be preserved.
+This is a simple code span.
+
+
Some <
+
+
Some very important < thing
+
+
Some code<<
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/comment.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/comment.html
new file mode 100644
index 0000000..dacd437
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/comment.html
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/comment.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/comment.text
new file mode 100644
index 0000000..1788630
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/comment.text
@@ -0,0 +1,8 @@
+
+
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/emphasis.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/emphasis.html
new file mode 100644
index 0000000..e4389c0
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/emphasis.html
@@ -0,0 +1,6 @@
+
This is sizedhallo.
+
+
This is strongitalic, yes!.
+
+
This is not converted, as is
+ this.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/emphasis.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/emphasis.text
new file mode 100644
index 0000000..7c75930
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/emphasis.text
@@ -0,0 +1,6 @@
+This is sizedhallo.
+
+This is strongitalic, yes!.
+
+This is not converted, as is
+ this.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/entity.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/entity.html
new file mode 100644
index 0000000..5c80ce6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/entity.html
@@ -0,0 +1 @@
+
This is *raw* HTML text containing < entities!
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/entity.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/entity.text
new file mode 100644
index 0000000..5c80ce6
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/entity.text
@@ -0,0 +1 @@
+
This is *raw* HTML text containing < entities!
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/header.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/header.html
new file mode 100644
index 0000000..aebb206
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/09_html/html_to_native/header.html
@@ -0,0 +1,6 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/13_definition_list/no_def_list.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/13_definition_list/no_def_list.text
new file mode 100644
index 0000000..98b52b3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/13_definition_list/no_def_list.text
@@ -0,0 +1,2 @@
+This is a para
+\: and not a definition list
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/13_definition_list/para_wrapping.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/13_definition_list/para_wrapping.html
new file mode 100644
index 0000000..5f28fdf
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/block/13_definition_list/para_wrapping.html
@@ -0,0 +1,10 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/backlink_text.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/backlink_text.options
new file mode 100644
index 0000000..4c677ef
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/backlink_text.options
@@ -0,0 +1 @@
+:footnote_backlink: 'text &8617; '
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/backlink_text.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/backlink_text.text
new file mode 100644
index 0000000..41a6f98
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/backlink_text.text
@@ -0,0 +1,3 @@
+Some footnote here[^fn]
+
+[^fn]: Some text here
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.html
new file mode 100644
index 0000000..9012cc0
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.html
@@ -0,0 +1,17 @@
+
Some para.
+
+
+
blockquote
+
+
+
+
a list
+with some text
+
+
+
+
other list
+
+
code
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.latex b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.latex
new file mode 100644
index 0000000..965653c
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.latex
@@ -0,0 +1,17 @@
+Some para.
+
+\begin{quote}
+blockquote
+\end{quote}
+
+\begin{itemize}
+\item{} a list
+with some text
+\end{itemize}
+
+\begin{itemize}
+\item{} other list
+\end{itemize}
+\begin{verbatim}code
+\end{verbatim}
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.text
new file mode 100644
index 0000000..44b52e0
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/definitions.text
@@ -0,0 +1,24 @@
+Some para.
+
+[^footnote]: ignored definition
+[^footnote]: Some footnote text
+
+> blockquote
+
+[^other]: some
+ foot
+
+ note text
+
+* a list
+ with some text
+
+[^tnote]: foot note
+
+* other list
+^
+ code
+
+[^1]:
+ > a blockquote
+ and some para
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/footnote_link_text.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/footnote_link_text.html
new file mode 100644
index 0000000..0867c86
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/footnote_link_text.html
@@ -0,0 +1,12 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.latex b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.latex
new file mode 100644
index 0000000..8f406b8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.latex
@@ -0,0 +1,23 @@
+This is some *ref.\footnote{Some foot note text}
+
+\begin{quote}
+a blockquote \footnote{other text
+with more lines
+
+\begin{quote}
+and a quote
+\end{quote}}
+\end{quote}
+
+\begin{itemize}
+\item{} and a list item \footnote{some \emph{text}}
+\end{itemize}
+
+\section*{And a header\footnote{\begin{verbatim}code block
+continued here
+\end{verbatim}}}
+
+A marker without a definition {[}\^{}without{]}.
+
+A marker \footnote{} used twice\footnote{Some foot note text} and thrice\footnote{Some foot note text}.
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.options
new file mode 100644
index 0000000..5cfe250
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.options
@@ -0,0 +1,2 @@
+:auto_ids: false
+:entity_output: :symbolic
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.text
new file mode 100644
index 0000000..42b77fb
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/markers.text
@@ -0,0 +1,27 @@
+This is some *ref.[^fn]
+
+[^fn]: Some foot note text
+{: .class}
+
+> a blockquote [^3]
+
+* and a list item [^1]
+
+# And a header[^now]
+
+[^1]:some *text*
+[^3]: other text
+ with more lines
+
+ > and a quote
+
+A marker without a definition [^without].
+
+A marker [^empty] used twice[^fn] and thrice[^fn].
+
+[^now]:
+
+ code block
+ continued here
+
+[^empty]:
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/placement.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/placement.html
new file mode 100644
index 0000000..a87f359
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/04_footnote/placement.html
@@ -0,0 +1,11 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/across_lines.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/across_lines.text
new file mode 100644
index 0000000..8f39d95
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/across_lines.text
@@ -0,0 +1,2 @@
+Link: test
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/button.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/button.html
new file mode 100644
index 0000000..c49bb52
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/button.html
@@ -0,0 +1,7 @@
+
+
+
First some text and then a
+
+
and then text.
+
+
A it.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/button.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/button.text
new file mode 100644
index 0000000..e0a7783
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/button.text
@@ -0,0 +1,7 @@
+
+
+First some text and then a
+
+ and then text.
+
+A it.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/invalid.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/invalid.html
new file mode 100644
index 0000000..030552f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/invalid.html
@@ -0,0 +1 @@
+
This is some text
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/invalid.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/invalid.text
new file mode 100644
index 0000000..383f0a8
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/invalid.text
@@ -0,0 +1 @@
+This is some text
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/link_with_mailto.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/link_with_mailto.html
new file mode 100644
index 0000000..7d0d6ad
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/link_with_mailto.html
@@ -0,0 +1 @@
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/normal.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/normal.text
new file mode 100644
index 0000000..0156d7c
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/normal.text
@@ -0,0 +1,43 @@
+Empty !
+
+title is a title.
+
+This is a PI ?>.
+
+This is comment.
+
+This is multiline comment.
+
+This is tag
+now .
+
+This is tag
+ now.
+
+This is an empty tag.
+
+This is _something strange_.
+
+Auto-closing:
+
+Expanding:
+
+An invalid tag:
+
+A
block tag
.
+
+An invalid tag.
+
+A tag.
+
+An unclosed *tag.*
+
+Some element with | pipe symbol
+
+Some element with | pipe symbol
+
+Some element with | pipe
+symbol|
+
+underlined
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/raw_span_elements.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/raw_span_elements.html
new file mode 100644
index 0000000..808f1db
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/raw_span_elements.html
@@ -0,0 +1,2 @@
+
This is raw --version and --version and --version and
+---version.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/raw_span_elements.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/raw_span_elements.text
new file mode 100644
index 0000000..5b128fc
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/raw_span_elements.text
@@ -0,0 +1,2 @@
+This is raw --version and --version and --version and
+---version.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/xml.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/xml.html
new file mode 100644
index 0000000..00b43c1
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/xml.html
@@ -0,0 +1,5 @@
+
This doit test
+
+
This doit test
+
+
This doit</some> test
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/xml.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/xml.text
new file mode 100644
index 0000000..bc234de
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/05_html/xml.text
@@ -0,0 +1,5 @@
+This doit test
+
+This doit test
+
+This doit test
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev.html
new file mode 100644
index 0000000..6bddfda
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev.html
@@ -0,0 +1,25 @@
+
This is some text.
+
+
There is some real concern about OtHeR!
+
+
is some Think empty about Oesterreich. CSS und CSS3
+
+
no abbrev here because there is someone and kulis some
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev.text
new file mode 100644
index 0000000..f5ec88e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev.text
@@ -0,0 +1,41 @@
+This is some text.
+
+*[is some]: Yes it is
+*[OtHeR!]: This & that
+
+*[is some]: It is, yes
+*[empty]:
+
+There *is some real* concern about OtHeR!
+
+is some Think empty about Oesterreich. CSS und CSS3
+
+no abbrev here because there is someone and kulis some
+
+*[Oesterreich]: Very nice country
+
+*[CSS]: Cascading
+*[CSS3]: Cascading 3
+
+* (X)HTML test
+* line two
+
+[(X)HTML](http://en.wikipedia.org/wiki/Xhtml)
+
+* test (X)HTML
+
+*[(X)HTML]: (eXtensible) HyperText Markup Language
+
+
+This is awesome.
+
+{:.testit}
+*[awesome]: Some text here
+{:.test}
+
+*[foo bar]: baz
+
+hello foo bar babble.
+
+hello foo
+bar babble.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_defs.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_defs.html
new file mode 100644
index 0000000..108fcfc
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_defs.html
@@ -0,0 +1,2 @@
+
*[4]: noabbrev
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_defs.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_defs.text
new file mode 100644
index 0000000..3f3a0e5
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_defs.text
@@ -0,0 +1,5 @@
+*[ABBR]: Some abbreviations
+ *[one abbr]: one abbrev
+ *[2 and other]: another
+ *[3]: yet another
+ *[4]: noabbrev
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_in_html.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_in_html.html
new file mode 100644
index 0000000..6da3ca4
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_in_html.html
@@ -0,0 +1,9 @@
+
This is some TEST to check.
+
+
+
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_in_html.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_in_html.text
new file mode 100644
index 0000000..e0a0e88
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/abbrev_in_html.text
@@ -0,0 +1,10 @@
+This is some TEST to check.
+
+
+
+
+*[TEST]: This Escapes SVG Text.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/in_footnote.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/in_footnote.html
new file mode 100644
index 0000000..7cce8be
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/abbreviations/in_footnote.html
@@ -0,0 +1,9 @@
+
This is a paragraph.
+This is a paragraph.
+This is a .
+This is a paragraph.
+This is a {:/comment} simple {:/} paragraph.
+This is a {::comment} paragraph.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/comment.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/comment.text
new file mode 100644
index 0000000..8b9e8d3
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/comment.text
@@ -0,0 +1,6 @@
+This is a {::comment}simple{:/} paragraph.
+This is a {::comment}simple{:/comment} paragraph.
+This is a {::comment}simple {:/other} paragraph{:/comment}.
+This is a {::comment/} paragraph.
+This is a {:/comment} simple {:/} paragraph.
+This is a {::comment} paragraph.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/ignored.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/ignored.html
new file mode 100644
index 0000000..63c2c40
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/ignored.html
@@ -0,0 +1 @@
+
This is {::something}paragraph{:/}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/ignored.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/ignored.text
new file mode 100644
index 0000000..a7e7737
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/ignored.text
@@ -0,0 +1 @@
+This is {::something}paragraph{:/}
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/nomarkdown.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/nomarkdown.html
new file mode 100644
index 0000000..83de931
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/nomarkdown.html
@@ -0,0 +1 @@
+
This is *some* text.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/nomarkdown.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/nomarkdown.text
new file mode 100644
index 0000000..57c4b38
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/nomarkdown.text
@@ -0,0 +1 @@
+This is {::nomarkdown}*some*{:/} text.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/options.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/options.html
new file mode 100644
index 0000000..48e3076
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/options.html
@@ -0,0 +1 @@
+
This is an option *true*!
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/options.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/options.text
new file mode 100644
index 0000000..e289491
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/extension/options.text
@@ -0,0 +1 @@
+This is an {::options parse_span_html="false" /} option *true*!
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/ial/simple.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/ial/simple.html
new file mode 100644
index 0000000..c0f3a47
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/ial/simple.html
@@ -0,0 +1,6 @@
+
This is a span.
+
+
This is a span.
+
+
This is an{: .ignored} span ial.
+This is an{: .escaped} span ial.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/ial/simple.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/ial/simple.text
new file mode 100644
index 0000000..8945602
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/ial/simple.text
@@ -0,0 +1,6 @@
+This is a `span`{: .hund #dog}.
+
+This is a `span`{: .hund #dog}{: .katz key='val'}.
+
+This is an{: .ignored} span ial.
+This is an\{: .escaped} span ial.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.html
new file mode 100644
index 0000000..11066a5
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.html
@@ -0,0 +1,11 @@
+
This is a line
+with a line break.
+
+
This is a line
+without a line break.
+
+
This is a line
+with a line\
+break.
+
+
Line break on last line.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.latex b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.latex
new file mode 100644
index 0000000..a62ff56
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.latex
@@ -0,0 +1,12 @@
+This is a line\newline
+with a line break.
+
+This is a line
+without a line break.
+
+This is a line \newline
+with a line\textbackslash{} \newline
+break.
+
+Line break on last line.
+
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.text
new file mode 100644
index 0000000..92f866f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/line_breaks/normal.text
@@ -0,0 +1,11 @@
+This is a line
+with a line break.
+
+This is a line
+without a line break.
+
+This is a line \\
+with a line\\
+break.
+
+Line break on last line.
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.html
new file mode 100644
index 0000000..3b93c54
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.html
@@ -0,0 +1 @@
+
$5+5$ inline math
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.options
new file mode 100644
index 0000000..06d559e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.options
@@ -0,0 +1 @@
+:math_engine: ~
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.text
new file mode 100644
index 0000000..a22f9fd
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/no_engine.text
@@ -0,0 +1 @@
+$$5+5$$ inline math
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/normal.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/normal.html
new file mode 100644
index 0000000..459d03f
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/normal.html
@@ -0,0 +1,10 @@
+
This is \(\lambda_\alpha > 5\) some math. With \(1
++ 1\) new line characters in between.
+
+
\(5+5\) inline math, $5.00 $$no math$$
+
+
$$5+5$$ inline math
+
+
\(5+5\)
+
+
$$5+5$$
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/normal.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/normal.text
new file mode 100644
index 0000000..e37a007
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/math/normal.text
@@ -0,0 +1,10 @@
+This is $$\lambda_\alpha > 5$$ some math. With $$1
++ 1$$ new line characters in between.
+
+$$5+5$$ inline math, $5.00 \$$no math$$
+
+\$\$5+5$$ inline math
+
+\$$5+5$$
+
+\$\$5+5$$
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/entities.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/entities.html
new file mode 100644
index 0000000..21a2903
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/entities.html
@@ -0,0 +1,6 @@
+
“Fancy quotes” are ‘cool’, even in the ’80s!
+Je t’ aime. You’re a funny one! Thomas’ name
+Mark’s name. “…you”
+“‘Nested’ quotes are ‘possible’”, too!
+‘“Otherway” is “round”’!
+
+
‘Opening now!’
+
+
’80s are really cool.
+
+
Cluster’s Last Stand.
+
+
Nam liber tempor
+“…At vero eos et accusam”
+
+
“Single underscores should work.”
+
+
“Single asterisks should work.”
+
+
‘Double underscores should work.’
+
+
‘Double asterisks should work.’
+
+
“Hurrah!”
+
+
‘Absolutely.’
+
+
“…some Text”
+
+
“… some Text”
+
+
This: “…some Text”
+
+
This: “… some Text”
+
+
”[foo]” “[foo]” d “[foo]”
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography.options b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography.options
new file mode 100644
index 0000000..4f1c17c
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography.options
@@ -0,0 +1 @@
+:entity_output: symbolic
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography.text b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography.text
new file mode 100644
index 0000000..27e090e
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography.text
@@ -0,0 +1,40 @@
+This is... something---this too--!
+
+This <> some text, << this >> too!
+
+"Fancy quotes" are 'cool', even in the '80s!
+Je t' aime. You're a funny one! Thomas' name
+Mark's name. "...you"
+"'Nested' quotes are 'possible'", too!
+'"Otherway" is "round"'!
+
+'Opening now!'
+
+'80s are really cool.
+
+Cluster's Last Stand.
+
+Nam liber tempor
+"...At vero eos et accusam"
+
+"_Single underscores_ should work."
+
+"*Single asterisks* should work."
+
+'__Double underscores__ should work.'
+
+'**Double asterisks** should work.'
+
+"_Hurrah!_"
+
+'__Absolutely__.'
+
+"...some Text"
+
+"... some Text"
+
+This: "...some Text"
+
+This: "... some Text"
+
+"\[foo]" "\[foo]" d "\[foo]"
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography_subst.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography_subst.html
new file mode 100644
index 0000000..4a6c226
--- /dev/null
+++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-2.5.1/test/testcases/span/text_substitutions/typography_subst.html
@@ -0,0 +1,3 @@
+