Yuki Hattori
Yuki Hattori
According to https://github.com/npm/cli/issues/4028, npm 10.4.0 and later may take unexpectedly long time to install due to not responding the request for securiy advisories. The workaround is downgrading npm to v10.3.x....
The latest npm CLI release [v10.9.1](https://github.com/npm/cli/releases/tag/v10.9.1) seems to be fixed the related problem(s). For those who found this issue: Try to update into the latest npm release.
The rendering result by Marp Core excludes features that include the browser JavaScript, such as the MathJax context menu. This is to minimize the use of browser JavaScript in Marp...
Is #515 helpful?
Marp team is currently using [CircleCI](https://github.com/marp-team/marp-cli/blob/main/.circleci/config.yml) to push the image to Docker Hub. The triggers and build steps are following: - When updated `main` branch: 1. CI will run the...
#608 has been introduced building the multi-arch container image on GitHub Actions and pushing it into cross repositories, Docker Hub and GitHub Container Registry.
Marp Core is based on the [CommonMark](https://commonmark.org/), the standard spec of Markdown. The specification for Wikilinks is not defined in CommonMark, and it may bring low interoperability as the Markdown...
It's a known bug of Mac's PDF rendering, such as Preview.app, Quick Look in Finder, and so on. Check out this issue: https://issues.chromium.org/issues/41476907 The rendered PDF should show as usual...
The latest Shiki [v1.15.0](https://github.com/shikijs/shiki/releases/tag/v1.15.0) has been introduced experimental JavaScript RegExp Engine. This may become a huge step for this task. An concern of using Shiki highilghter is depending on Oniguruma...
@isBatak Yes, this is the correct way to use Shiki with the current version of Marp Core. In an environment where there are no issues with using WASM and where...