File tree 3 files changed +12
-1
lines changed
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) {
37
37
if ( description ) {
38
38
description = description
39
39
. 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' , '```' ) ;
41
42
}
42
43
43
44
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