UNPKG

markdown-it

Version:

Markdown-it - modern pluggable markdown parser.

8 lines (5 loc) 243 B
// Just a shortcut for bulk export 'use strict'; exports.parseLinkLabel = require('./parse_link_label'); exports.parseLinkDestination = require('./parse_link_destination'); exports.parseLinkTitle = require('./parse_link_title');