Blame view

vendor/cebe/markdown/tests/extra-data/special-attributes.md 401 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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