UNPKG

raml2html-werk-theme

Version:

a bulma and open-color based single-page theme that is easily searchable and offline-ready

9 lines (6 loc) 158 B
const factory = async el => { const hl = await import('highlight.js') hl.highlightBlock(el) } factory.NAME = 'code-highlighting' export default factory