UNPKG

markdown-it-hashmention

Version:

Flowdock hashtag and mention parser for markdown-it

9 lines (7 loc) 224 B
import * as fs from 'fs'; import * as unicode from '../src/unicode'; const data = ` // Automatically compiled with support/unicode.js module.exports = ${JSON.stringify(unicode)}; ` fs.writeFileSync('dist/unicode.js', data)