1
1
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:
Shawn Allen 2019-03-06 10:44:26 -08:00
parent 6b52b02b46
commit 929cdb16f9

View File

@ -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: ' ',