UNPKG

markdown-it-blockquote-cite

Version:

A markdown-it plugin that handles attributions in blockquotes with <cite> tags.

13 lines (10 loc) 186 B
module.exports = (api) => { // Cache configuration is a required option api.cache(false); const presets = [ [ '@babel/preset-env', ], ]; return { presets }; };