File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 77< p > Text for first section</ p >
88< section > < h2 > Heading 3</ h2 >
99< p > Text for first subsection</ p >
10+ < pre class ="nohighlight "> < code >
11+ < span class ="hljs-punctuation "> {</ span >
12+ < span class ="hljs-attr "> "foo"</ span > < span class ="hljs-punctuation "> :</ span > < span class ="hljs-literal "> < span class ="hljs-keyword "> true</ span > </ span >
13+ < span class ="hljs-punctuation "> }</ span >
14+ </ code > </ pre >
15+ < pre class ="nohighlight "> < code >
16+ text/plain
17+ </ code > </ pre >
18+ < pre class ="highlight "> < code >
19+ no language
20+ </ code > </ pre >
1021< table >
1122< thead >
1223< tr >
Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ Text for first section
1414
1515Text for first subsection
1616
17+ ``` json
18+ {
19+ "foo" : true
20+ }
21+ ```
22+
23+ ``` text
24+ text/plain
25+ ```
26+
27+ ```
28+ no language
29+ ```
1730
1831Version | Date
1932--------|-----------
You can’t perform that action at this time.
0 commit comments