marpit icon indicating copy to clipboard operation
marpit copied to clipboard

The skinny framework for creating slide deck from Markdown

Results 22 marpit issues
Sort by recently updated
recently updated
newest added

Marpit's [`![]()` shorthand syntaxes for settings colors](https://marpit.marp.app/image-syntax?id=shorthand-for-setting-colors) can set the text color and background color for the current slide in less characters than the scoped local directive. But that is...

Fragmented lists are great! Sometimes, though, I want to display the whole list at once. For example: ``` Here's my grocery list: ``` press right arrow ``` Here's my grocery...

[Node.js 10 has reached to EOL.](https://twitter.com/nodejs/status/1388116425361874945) Marpit v2 is still supporting Node 10 but there is no reason to keep continue that.

### This is a RFC ([Request for Comments](https://en.wikipedia.org/wiki/Request_for_Comments)) document for next major version of Marpit and the content may change. **Do you have interested in the future of Marpit? We...

This suggestion is the framework-level support for dealing with subtle problems about style overloading like https://github.com/marp-team/marp-core/issues/244. [`@layer` at-rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@layer) in a new CSS proposal about cascade layers makes the order of...

enhancement

We are considering to support video by Markdown image syntax. It could provide better video experiences like [Deckset](https://docs.decksetapp.com/English.lproj/Media/03-videos.html), on the HTML slide deck. Also refer to yhatt/marp#60. ```markdown ![](video.mp4) ![w:640...

enhancement
better-for-plugin

I there a way to center the image on a slide with the new Marpit engine ? I used to set `![50% center](myimg.png)` but both the percentage and position seem...

wontfix

> Percentage value such as `width:100%` was not supported caused by a special case of in-place DOM update in Firefox (#62). But certainly I think percentage should be enabled in...

enhancement

Reported in marp-team/marp#106. Marp Core will convert line breaks always into `` tag for compatibillity with [the classic Marp app](https://yhatt.github.io/marp). However, they may break rendering in the mixed namespace such...

For now, `class` directive is just meaning `setAttribute('class', 'xxxxxx')` so assign the specified value into the slide as is. The problem is removing inherited class unless re-assign the class manually....

enhancement