aboutsummaryrefslogtreecommitdiff
path: root/tests/php/extra/Fenced Code Blocks.text
blob: f2400ff501783e94b70ba9b2ba0142abd4456349 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
~~~
Fenced
~~~

Code block starting and ending with empty lines:
~~~


Fenced


~~~

Indented code block containing fenced code block sample:

	~~~
	Fenced
	~~~

Fenced code block with indented code block sample:

~~~
Some text

	Indented code block sample code
~~~

Fenced code block with long markers:

~~~~~~~~~~~~~~~~~~
Fenced
~~~~~~~~~~~~~~~~~~

Fenced code block with fenced code block markers of different length in it:

~~~~
In code block
~~~
Still in code block
~~~~~
Still in code block
~~~~

Fenced code block with Markdown header and horizontal rule:

~~~
#test
---
~~~

Fenced code block with link definitions, footnote definition and 
abbreviation definitions:

~~~
[example]: http://example.com/

[^1]: Footnote def

*[HTML]: HyperText Markup Language
~~~