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 7
7
< p > Text for first section</ p >
8
8
< section > < h2 > Heading 3</ h2 >
9
9
< 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 >
10
21
< table >
11
22
< thead >
12
23
< tr >
Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ Text for first section
14
14
15
15
Text for first subsection
16
16
17
+ ``` json
18
+ {
19
+ "foo" : true
20
+ }
21
+ ```
22
+
23
+ ``` text
24
+ text/plain
25
+ ```
26
+
27
+ ```
28
+ no language
29
+ ```
17
30
18
31
Version | Date
19
32
--------|-----------
You can’t perform that action at this time.
0 commit comments