first commit
This commit is contained in:
25
vendor/cebe/markdown/tests/extra-data/special-attributes.md
vendored
Normal file
25
vendor/cebe/markdown/tests/extra-data/special-attributes.md
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
Header 1 {#header1}
|
||||
========
|
||||
|
||||
## Header 2 ## {#header2}
|
||||
|
||||
## The Site ## {.main}
|
||||
|
||||
## The Site ## {.main .shine #the-site}
|
||||
|
||||
[link](url){#id1 .class}
|
||||
{#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
|
||||
Reference in New Issue
Block a user