Files
remanso/src
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
..
2026-03-28 09:38:55 +01:00
2026-04-29 22:06:58 +02:00
2026-03-28 09:38:55 +01:00
2026-04-29 10:34:46 +02:00
2026-04-29 10:34:46 +02:00
2026-03-28 09:38:55 +01:00