// Default options 'use strict'; module.exports = { html: false, xhtml: false, breaks: false, maxLevel: 20, langPrefix: 'language-', typograph: false, highlight: function (/*str*/) { return ''; } };