Yuki Hattori
Yuki Hattori
VS Code Server already supports the export command, including PDF and PPTX. If installed Marp for VS Code as a workspace extension, the export can run through the tunneled vscode.dev...
Based on your description, it seems you are using `code serve-web` to launch VS Code Server, but in my environment, I can properly preview Markdown by following steps: 1. Execute...
It seems to be resolved the original issue so I'll close for housekeeping 🧹✨
@dependabot recreate
> 🚚 Transferred the issue from marp-team/marp-vscode to marp-team/marp-core because it originates from the browser-side script of Marp Core. TL;DR: The reported errors do not cause any problems in rendering...
This is due to the different behavior between Firefox and Chrome when defining the [Marp Core's Web Component](https://github.com/marp-team/marp-core/blob/main/src/custom-elements/browser/marp-custom-element.ts) (`` for auto-scaling code blocks in `` elements) using the [`is` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is)....
Ideas to suppress errors: - Swap the order of processes, to run more reliable Web Component upgrade before defining Web Components. With this approach, there is a possibility that the...
That syntax is not defined in [the specifications for GFM (GitHub Flavored Markdown)](https://github.github.com/gfm/#tables-extension-). There are only a few Markdown flavors that adopt that syntax, and if Marp adopts that, it...
See the [usage](https://github.com/marp-team/marp-core#usage) section of this repository. Marp Core is a JavaScript library so the plugin also should import in JavaScript. Or are you using Marp Core indirectly, through other...
VS Code does not support any plugins due to security reasons. Check out https://github.com/marp-team/marp-vscode/issues/135#issuecomment-611275071. Whenever using plugins, you have to use [Marp CLI](https://github.com/marp-team/marp-cli#functional-engine) instead.