All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
'use strict'
|
|
|
|
// This module is copied from <https://spec.commonmark.org/0.29/#html-blocks>.
|
|
var raws = ['pre', 'script', 'style', 'textarea']
|
|
|
|
module.exports = raws
|