marp: use sane defaults

This commit is contained in:
Glenn Y. Rolland 2020-09-29 16:42:37 +02:00
parent f2c2b3375d
commit e09e70a0c6

View file

@ -3,6 +3,14 @@
const { Marp } = require('@marp-team/marp-core')
module.exports = opts => {
opts.markdown = { ...opts.markdown }
opts.markdown.breaks = false
opts.markdown.html = true
opts.html = true
// console.log(opts)
const marp = new Marp(opts)
// Disable parsing fragmented list