You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply use - / 1. instead of * / 1) to avoid fragmented list.
Marp CLI can customize engine via JavaScript. Try to use --engine engine.js option with this if you want to disable:
// engine.js// You have to run `npm i @marp-team/marp-core` at first.const{ Marp }=require('@marp-team/marp-core')module.exports=opts=>{constmarp=newMarp(opts)// Disable parsing fragmented listmarp.markdown.core.ruler.disable('marpit_fragment')returnmarp}
Please feedback to the issue tracker of Marpit framework if you think that is better to provide a way for disabling fragmented list via such as directive.
Is there an option / config to disable "Fragmented list" ?
The text was updated successfully, but these errors were encountered: