This commit is contained in:
7
node_modules/micromark/dist/character/markdown-line-ending.js
generated
vendored
Normal file
7
node_modules/micromark/dist/character/markdown-line-ending.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
function markdownLineEnding(code) {
|
||||
return code < -2
|
||||
}
|
||||
|
||||
module.exports = markdownLineEnding
|
||||
Reference in New Issue
Block a user