Skip to content

Commit 12d1d7d

Browse files
committed
fix(#234): Add test for fenced code block no language specified
1 parent fe4de87 commit 12d1d7d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tests/rendering/markdown-extended.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ https://www.markdownguide.org/extended-syntax/
1919

2020
## Fenced code block
2121

22+
A normal fenced code block with no syntax highligting:
23+
24+
```
25+
# PLain text
26+
# no highlighting here...
27+
28+
<h1>Some embedded html</h1>
29+
30+
$foo = "Hello World"
31+
```
32+
2233
With syntax highlighting:
2334

2435
```html

0 commit comments

Comments
 (0)