Julien Calixte e715fb02d3 fix(markdown): cache Shikiji init promise to avoid race on parallel callers
The boolean guard flipped synchronously before the async plugin load
resolved, so concurrent callers (e.g. multiple stacked non-markdown
notes mounting on reload) returned early and rendered before
markdown-it-shikiji was attached to the shared md instance. Cache the
in-flight promise instead so all callers await the same resolution.
2026-04-30 11:03:29 +02:00
2025-03-01 23:04:09 +01:00
2026-04-30 10:34:00 +02:00
2023-08-15 01:07:50 +02:00
2026-03-28 09:34:04 +01:00
2021-03-09 22:00:10 +01:00
2026-02-14 12:18:23 +01:00
2026-03-28 20:24:08 +01:00
2026-02-15 08:00:11 +01:00
2026-03-28 09:38:55 +01:00
2026-03-28 09:34:04 +01:00
2026-03-28 09:38:55 +01:00
2026-03-21 09:04:58 +01:00
2026-03-28 09:34:04 +01:00
2026-03-21 09:04:58 +01:00
2026-03-28 09:38:55 +01:00
2026-03-28 09:38:55 +01:00
2026-03-17 01:02:24 +01:00
2026-03-28 09:34:04 +01:00
2026-03-28 20:24:08 +01:00
2026-03-28 09:34:04 +01:00
Description
No description provided
Readme 6.6 MiB
Languages
Vue 53.8%
TypeScript 42%
JavaScript 1.8%
CSS 1.7%
HTML 0.5%
Other 0.2%