Yuki Hattori

Results 161 comments of Yuki Hattori

I believe it was resolved by https://github.com/marp-team/marp-cli/issues/668#issuecomment-2992310951, but feel free to reopen if you still have met an issue. 😎

Front-matter variables are Jekyll specific feature. Marp has no feature to use variables because that feature is not defined in CommonMark. (Marpit has mentioned to Jekyll for describing how to...

This is a project that has just been created, and may be a personal promotion against [Awesome manifesto](https://github.com/sindresorhus/awesome/blob/main/awesome.md). ([awsome-marp guideline](https://github.com/marp-team/awesome-marp/blob/main/CONTRIBUTING.md#follow-the-awesome-manifesto)) It should [comment on why awesome](https://github.com/sindresorhus/awesome/blob/main/awesome.md#comment-on-why-something-is-awesome), or enhance Marp community's...

Thanks! I guess this is a misdetection of the base directory for the specified relative path when exporting Markdown via Marp CLI. https://github.com/marp-team/marp-vscode/blob/5dbd2439249d5df614e4e8e605d048bf16be53a0/src/option.ts#L102-L110

I finally got off my backside for this long-standing issue, but unfortunately I was unable to reproduce the problem. Since I have observed similar issues in the past, I’m marking...

I could not reproduce that. A provided Markdown exports the correct output with inverted color scheme, [just like this PDF](https://github.com/marp-team/marp-vscode/files/12041964/untitled.pdf). (Note: [`lead` class is not supported in `default` theme, and...

How about if specified just a string as class, instead of YAML array? ```markdown --- marp: true theme: default class: invert --- # Use your own theme ``` This expects...

Please check whether installing the latest version of Google Chrome. If not, try to export after updating Chrome into 115. If you had installed very old version of Chrome, slide...

If you were using Chrome Enterprise, some features for printing PDF correctly might be restricted by the enterprise policy. For example, if [`PrintingAllowedBackgroundGraphicsModes`](https://chromeenterprise.google/policies/#PrintingAllowedBackgroundGraphicsModes) policy is set as "disabled", PDF may...

It seems that you are trying to use the prior major version of Marp CLI v3.4.0. The latest Chromium may be incompatible with old CLI versions due to [the migration...