Yuki Hattori
Yuki Hattori
It's known to be caused by a lot of slides, that were patched by [the polyfill library](https://github.com/marp-team/marpit-svg-polyfill) to fix broken slide rendering in WebKit. [Marp uses SVG as a scaling...
> 🚚 Transfered the issue from [Marp Core](https://github.com/marp-team/marp-core) to Marp CLI. Marp Core only outputs the snippet of the slides. Thus, the core cannot output the definition of the favicon...
> the preview window usually loads only part of my markdown file when I have more than ninety or one hundred pages, for example, loading only 82 or 73 of...
`--input-dir` (`-I`) option has designed mutually exclusive to regular inputs, as indicated in the usage section of `marp --help`. (Perhaps CLI help may be insufficient informing users about input exclusivity)...
Marpit framework does never provide any HTTP/WebSocket server. I've transferred the issue to Marp CLI. :truck:
In the current spec, If there was the named element by `view-transition-name` property in the one side of transition, it seems not to be able to prevent generating `::view-transition-group(xxx)` easily....
Interesting. A one of possible ways is running `Converter.prototype.convertFile()` in parallel within `Converter.prototype.convertFiles()`, powered by `worker_threads` module. https://github.com/marp-team/marp-cli/blob/89266418edcdea676d256d66702ad64b87416971/src/converter.ts#L273 I feel there are a lot of barriers to using multi processes...
> 🚚 Transferred issue from Marp Core to Marp CLI. Presenter view is a part of bespoke template provided by Marp CLI. The presenter view already has designed to make...
I see. Marp aims to "easy to touch for everyone" so we don't want to make too complicated UI experience by adding an option. In addition, moving even just a...
Due to the high level of difficulty in implementation, it is currently impossible to make clear ETA. Regarding this component, jsx-slack wants to provide an experience similar to that of...