mirror of
https://github.com/primer/css.git
synced 2024-11-30 19:53:11 +03:00
fix(docs): don't make js code blocks live
This commit is contained in:
parent
6b52b02b46
commit
929cdb16f9
@ -8,7 +8,7 @@ import Frame from './Frame'
|
||||
|
||||
import 'prism-github/prism-github.scss'
|
||||
|
||||
const LANG_PATTERN = /\blanguage-\.?(jsx?|html)\b/
|
||||
const LANG_PATTERN = /\blanguage-\.?(jsx|html)\b/
|
||||
|
||||
const converter = new HTMLtoJSX({
|
||||
indent: ' ',
|
||||
|
Loading…
Reference in New Issue
Block a user