Skip to content

Commit 8e22454

Browse files
author
Lukas Pohlreich
committed
Tests for issue trentm#161
1 parent 724ed28 commit 8e22454

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<pre><code>here is some code
2+
</code></pre>
3+
4+
<p>That's using the <em>fenced-code-blocks</em> extra.</p>
5+
6+
<p>Here is an empty one (just to check):</p>
7+
8+
<pre><code>
9+
</code></pre>
10+
11+
<p>Here is one at the end of the file:</p>
12+
13+
<pre><code> is indentation maintained?
14+
</code></pre>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"extras": ["fenced-code-blocks"], "safe_mode": "escape"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extra fenced-code-blocks
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
```
2+
here is some code
3+
```
4+
5+
That's using the *fenced-code-blocks* extra.
6+
7+
Here is an empty one (just to check):
8+
9+
```
10+
```
11+
12+
Here is one at the end of the file:
13+
14+
```
15+
is indentation maintained?
16+
```

0 commit comments

Comments
 (0)