11 lines
164 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
'use strict'
module.exports = {
position: true,
gfm: true,
commonmark: false,
footnotes: false,
pedantic: false,
blocks: require('./block-elements')
}