Skip to content

Commit 8979bc7

Browse files
0b10011marijnh
authored andcommitted
[gfm] Remove incorrect information
Fenced code blocks *do* have syntax highlighting.
1 parent f2e077b commit 8979bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/gfm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>CodeMirror: GFM mode</h1>
3333

3434
Underscores_are_allowed_between_words.
3535

36-
## Fenced code blocks (and syntax highlighting... someday)
36+
## Fenced code blocks (and syntax highlighting)
3737

3838
```javascript
3939
for (var i = 0; i &lt; items.length; i++) {

0 commit comments

Comments
 (0)