Version 1
[yaffs-website] / vendor / cebe / markdown / tests / extra-data / special-attributes.md
diff --git a/vendor/cebe/markdown/tests/extra-data/special-attributes.md b/vendor/cebe/markdown/tests/extra-data/special-attributes.md
new file mode 100644 (file)
index 0000000..0796d34
--- /dev/null
@@ -0,0 +1,25 @@
+Header 1            {#header1}
+========
+
+## Header 2 ##      {#header2}
+
+## The Site ##    {.main}
+
+## The Site ##    {.main .shine #the-site}
+
+[link](url){#id1 .class}
+![img](url){#id2 .class}
+
+
+[link][linkref] or [linkref]
+![img][linkref]
+
+[linkref]: http://url.de/ "optional title" {#id .class}
+
+this is just normal text {.main .shine #the-site}
+
+some { brackets
+
+some } brackets
+
+some { } brackets
\ No newline at end of file