Yuki Hattori
Yuki Hattori
I don't think that. Our core must keep simple and the least features to be continued maintenance. We don't want burning out again [by much requests just like an old...
Currently Marp CLI is observing the change only for Markdown file and theme CSS file because watching image resources using in Markdown requires extra parse step. I think it's hard...
Yes. Probably we will take the simplest one at the first: should observe all files in specified directory by `--input-dir` / `-I` option. In server mode, we are internally being...
We had tried to implement mermaid.js into Marp Core once, but we've stopped working because of some technical problems. https://github.com/yhatt/marp/issues/125#issuecomment-461355723 In Marp Core, you can try to use markdown-it plugin...
I've made the basic plugin example to render various diagrams at https://gist.github.com/yhatt/8931dd98769bcc1c5b4b92fd1234a190. It is powered by [kroki.io](https://kroki.io) for reliable rendering in Marp slide. Currently we have no plan to integrate...
Aren't you using [Markdown Preview Mermaid Support](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) extension in VS Code? This extension will [try to recognize `` and render the diagram](https://github.com/mjbvz/vscode-markdown-mermaid/blob/055636a52cadfac7ac3c505002aca4fbbf0cd4cc/page.js#L21-L33) in the preview of VS Code, _if Marp...
Unfortunately it cannot. `data-marpit-pagination` and `data-marpit-pagination-total` are determined from the count of actually rendered pages. At a glance using [CSS3 `calc()` function](https://developer.mozilla.org/en-US/docs/Web/CSS/calc) in theme looks like to be good, but...
I've assigned myself to get this in the next milestone, [(modified) Marpit v2](https://github.com/marp-team/marpit/issues/194#issuecomment-695795496). ## Proposal `paginate` local directive is going to accept the extra value `skip`. Placing `` can skip...
@tianfanghan Not yet. Please read "Status in Marp ecosystem" section. > If become stable, we are going to add support of transitions for downstream tools too. (e.g. auto-complete of transition...
Both of supports in Marpit have been put off based on early feedback. - Scaling by percentage from image size cannot keep exactly same behavior in cross-browser. A non-standard `zoom`...