UNPKG

micromark

Version:

small commonmark compliant markdown parser with positional info and concrete tokens

8 lines (4 loc) 153 B
'use strict' var regexCheck = require('../util/regex-check.js') var asciiPunctuation = regexCheck(/[!-/:-@[-`{-~]/) module.exports = asciiPunctuation