This is a markdown file
+Converted into a full HTML document
+some markdown text
+a paragraph --- with dashes
+some markdown text
+ + diff --git a/test/features/metadata/embeded-in-output.md b/test/features/metadata/embeded-in-output.md new file mode 100644 index 0000000..c1749be --- /dev/null +++ b/test/features/metadata/embeded-in-output.md @@ -0,0 +1,16 @@ +««« +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown **such as bold** is not parsed + and it will be rendered as plain text. +date: 01-01-2010 +keywords: foo, bar, baz +»»» + +**some** markdown text diff --git a/test/features/metadata/embeded-two-consecutive-metadata-blocks-different-symbols.html b/test/features/metadata/embeded-two-consecutive-metadata-blocks-different-symbols.html new file mode 100644 index 0000000..98d85ee --- /dev/null +++ b/test/features/metadata/embeded-two-consecutive-metadata-blocks-different-symbols.html @@ -0,0 +1,22 @@ + + + +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown such as bold is not parsed + and it will be rendered as plain text.
+some markdown text
+ + diff --git a/test/features/metadata/embeded-two-consecutive-metadata-blocks-different-symbols.md b/test/features/metadata/embeded-two-consecutive-metadata-blocks-different-symbols.md new file mode 100644 index 0000000..9fbe808 --- /dev/null +++ b/test/features/metadata/embeded-two-consecutive-metadata-blocks-different-symbols.md @@ -0,0 +1,18 @@ +««« +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +keywords: foo, bar, baz +»»» +--- +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown **such as bold** is not parsed + and it will be rendered as plain text. +date: 01-01-2010 +--- + +**some** markdown text diff --git a/test/features/metadata/embeded-two-consecutive-metadata-blocks.html b/test/features/metadata/embeded-two-consecutive-metadata-blocks.html new file mode 100644 index 0000000..98d85ee --- /dev/null +++ b/test/features/metadata/embeded-two-consecutive-metadata-blocks.html @@ -0,0 +1,22 @@ + + + +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown such as bold is not parsed + and it will be rendered as plain text.
+some markdown text
+ + diff --git a/test/features/metadata/embeded-two-consecutive-metadata-blocks.md b/test/features/metadata/embeded-two-consecutive-metadata-blocks.md new file mode 100644 index 0000000..da970ca --- /dev/null +++ b/test/features/metadata/embeded-two-consecutive-metadata-blocks.md @@ -0,0 +1,18 @@ +--- +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +keywords: foo, bar, baz +--- +--- +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown **such as bold** is not parsed + and it will be rendered as plain text. +date: 01-01-2010 +--- + +**some** markdown text diff --git a/test/features/metadata/ignore-metadata.html b/test/features/metadata/ignore-metadata.html new file mode 100644 index 0000000..934e94f --- /dev/null +++ b/test/features/metadata/ignore-metadata.html @@ -0,0 +1,15 @@ +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +description: This is a long text and so it +spans on multiple lines. +It must be indented, +for showdown to parse it correctly. +Markdown such as bold is not parsed +and it will be rendered as plain text. +date: 01-01-2010 +keywords: foo, bar, baz
+some markdown text
diff --git a/test/features/metadata/ignore-metadata.md b/test/features/metadata/ignore-metadata.md new file mode 100644 index 0000000..d7aae89 --- /dev/null +++ b/test/features/metadata/ignore-metadata.md @@ -0,0 +1,18 @@ +--- + +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown **such as bold** is not parsed + and it will be rendered as plain text. +date: 01-01-2010 +keywords: foo, bar, baz + +--- + +**some** markdown text diff --git a/test/features/metadata/simple-angled-for-method.html b/test/features/metadata/simple-angled-for-method.html new file mode 100644 index 0000000..e0ded5f --- /dev/null +++ b/test/features/metadata/simple-angled-for-method.html @@ -0,0 +1 @@ +some text
diff --git a/test/features/metadata/simple-angled-for-method.md b/test/features/metadata/simple-angled-for-method.md new file mode 100644 index 0000000..57e9d79 --- /dev/null +++ b/test/features/metadata/simple-angled-for-method.md @@ -0,0 +1,6 @@ +««« +foo: bar +baz: bazinga +»»» + +some **text** diff --git a/test/features/metadata/simple-angled-quotes.html b/test/features/metadata/simple-angled-quotes.html new file mode 100644 index 0000000..435b817 --- /dev/null +++ b/test/features/metadata/simple-angled-quotes.html @@ -0,0 +1 @@ +some markdown text
diff --git a/test/features/metadata/simple-angled-quotes.md b/test/features/metadata/simple-angled-quotes.md new file mode 100644 index 0000000..c1749be --- /dev/null +++ b/test/features/metadata/simple-angled-quotes.md @@ -0,0 +1,16 @@ +««« +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown **such as bold** is not parsed + and it will be rendered as plain text. +date: 01-01-2010 +keywords: foo, bar, baz +»»» + +**some** markdown text diff --git a/test/features/metadata/simple-three-dashes.html b/test/features/metadata/simple-three-dashes.html new file mode 100644 index 0000000..435b817 --- /dev/null +++ b/test/features/metadata/simple-three-dashes.html @@ -0,0 +1 @@ +some markdown text
diff --git a/test/features/metadata/simple-three-dashes.md b/test/features/metadata/simple-three-dashes.md new file mode 100644 index 0000000..d7790fa --- /dev/null +++ b/test/features/metadata/simple-three-dashes.md @@ -0,0 +1,16 @@ +--- +title: This is the document title +language: en +author: Tivie +contributors: John, Mary, Steve +description: This is a long text and so it + spans on multiple lines. + It must be indented, + for showdown to parse it correctly. + Markdown **such as bold** is not parsed + and it will be rendered as plain text. +date: 01-01-2010 +keywords: foo, bar, baz +--- + +**some** markdown text diff --git a/test/features/metadata/simple-with-format.html b/test/features/metadata/simple-with-format.html new file mode 100644 index 0000000..435b817 --- /dev/null +++ b/test/features/metadata/simple-with-format.html @@ -0,0 +1 @@ +some markdown text
diff --git a/test/features/metadata/simple-with-format.md b/test/features/metadata/simple-with-format.md new file mode 100644 index 0000000..15d59bb --- /dev/null +++ b/test/features/metadata/simple-with-format.md @@ -0,0 +1,9 @@ +---YAML +foo: bar +baz: + - bazinga + - bling + - blang +--- + +**some** markdown text diff --git a/test/features/tables/#471.ol-is-not-rendered-correctly-inside-table.html b/test/features/tables/#471.ol-is-not-rendered-correctly-inside-table.html new file mode 100644 index 0000000..4d236d2 --- /dev/null +++ b/test/features/tables/#471.ol-is-not-rendered-correctly-inside-table.html @@ -0,0 +1,14 @@ +h1 | +h2 | +
---|---|
asdf | +one two <ol> three |
+