This commit is contained in:
21
node_modules/mdast-util-phrasing/index.js
generated
vendored
Normal file
21
node_modules/mdast-util-phrasing/index.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
'use strict'
|
||||
|
||||
var convert = require('unist-util-is/convert')
|
||||
|
||||
var isPhrasing = convert([
|
||||
'break',
|
||||
'delete',
|
||||
'emphasis',
|
||||
'footnote',
|
||||
'footnoteReference',
|
||||
'image',
|
||||
'imageReference',
|
||||
'inlineCode',
|
||||
'link',
|
||||
'linkReference',
|
||||
'strong',
|
||||
'text'
|
||||
])
|
||||
|
||||
isPhrasing.displayName = 'isPhrasing'
|
||||
module.exports = isPhrasing
|
||||
Reference in New Issue
Block a user