Yuki Hattori

Results 161 comments of Yuki Hattori

The other idea is using JSX in interpolation of tagged template literal to allow using components in local scope. It won't require explicit component passing. ```jsx import { Marp, jsx...

Dracula project hosts only [one theme for all platforms](https://github.com/dracula/dracula-theme), so I guess community variants would not be acceptable.

The rate limit is associated to the account of user who tried to pull. The pricing plan of our Docker ID (marpteam) should not matter. To avoid pull rate limit...

Because you asked "I'm curious if marp-cli is using free plan on Docker hub?", I have thought you are misunderstanding as that the pull rate limit for you will become...

Duplicated: marp-team/marp#500 Workarounds: Add `--no-stdin` option, or run CLI through [`winpty`](https://github.com/rprichard/winpty) bridge.

@taeyeon-0309 Yes, several languages will establish stdio pipes when spawning an external process, so the conversion will not start until stdin is explicitly closed. This is not only for Java...

https://github.com/markdown-it/markdown-it/issues/967

In anywhere of Marp CLI codes, `fs.Stats` is not used as the constructor. Probably it comes from external JavaScript dependencies. Pull request is welcome.

> **Result:** All open html files generated by marp will continuously refresh. Marp CLI's `--watch` follows _the conventions of common front-end build tools_ to automatically refresh the browser that is...

HTML files generated with the `--watch` (`-w`) option enabled will have the script for connecting to Marp CLI watch server injected. This script will try to reconnect to the server...