File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ export function fixFilename(description) {
3737 if ( description ) {
3838 description = description
3939 . replaceAll ( / ` ` ` ( [ ^ \n ] + ) \. ( j s | h b s | t s ) \n / g, '```$2 {data-filename=$1.$2}\n' )
40- . replaceAll ( '```hbs' , '```handlebars' ) ;
40+ . replaceAll ( '```hbs' , '```handlebars' )
41+ . replaceAll ( '```no-highlight' , '```' ) ;
4142 }
4243
4344 return description ;
Original file line number Diff line number Diff line change 1+ The default is now that we don't pick a language by default so you don't need the no-highlight language
2+
3+ ``` no-highlight
4+ shell make me a sandwich
5+ ```
Original file line number Diff line number Diff line change 1+ The default is now that we don't pick a language by default so you don't need the no-highlight language
2+
3+ ```
4+ shell make me a sandwich
5+ ```
You can’t perform that action at this time.
0 commit comments