This commit is contained in:
13
node_modules/micromark/lib/postprocess.js
generated
vendored
Normal file
13
node_modules/micromark/lib/postprocess.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict'
|
||||
|
||||
var subtokenize = require('./util/subtokenize.js')
|
||||
|
||||
function postprocess(events) {
|
||||
while (!subtokenize(events)) {
|
||||
// Empty
|
||||
}
|
||||
|
||||
return events
|
||||
}
|
||||
|
||||
module.exports = postprocess
|
||||
Reference in New Issue
Block a user