Yuki Hattori

Results 161 comments of Yuki Hattori

https://github.com/markdown-it/markdown-it/issues/967 The current markdown-it version is using [a deprecated `punycode` Node.js package](https://nodejs.org/api/punycode.html). markdown-it cannot import if the punycode bulilt-in module is no longer supported in your Node.js runtime (Electron). [Marpit...

I've tested by using your minimal example but the reported behavior was not reproducible at least for my Ubuntu environment. Preview window will be refreshed correctly when changed the Markdown...

This issue is being closed to clean up the issue tracker, because it has become outdated and no additional information is provided. If you are still having trouble, please re-open...

> I find the naming of the commands to confusing. My proposal would be the following: > > * **Export Slide Deck to ...** (file dialog) > * **Export Slide...

In any case, this change will significantly impact the export workflow of existing users, so it may not be able to merge immediately. It is necessary to gather broader feedback...

OK, I'll make RFC for the change of export command set. As you mean, the `markdown.marp.export` command has been cosidered for keeping backward compatibillity. However, what I mean by a...

It seems that highlight.js does not yet support detailed highlighting for some Python keywords. Many similar issues about Python code highlighting are hanging from highlightjs/highlight.js#2500. You also can test the...

I could not reproduce it. If a path to a Markdown file was given like following, both commands are working for me. Try to confirm the current directory before running...

`npx` is historically an alias for [`npm exec`](https://docs.npmjs.com/cli/v11/commands/npm-exec), and it has [the first-level support for npm workspaces](https://docs.npmjs.com/cli/v11/commands/npm-exec#workspaces-support) since npm v7. When running Marp CLI via `npx` within npm workspaces, certainly...