11 lines
164 B
JavaScript
11 lines
164 B
JavaScript
|
|
'use strict'
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
position: true,
|
||
|
|
gfm: true,
|
||
|
|
commonmark: false,
|
||
|
|
footnotes: false,
|
||
|
|
pedantic: false,
|
||
|
|
blocks: require('./block-elements')
|
||
|
|
}
|