v3.4.1
Bug Fixes
@byline/richtext-lexical— fixed the admonition markdown transformer so:::note[Title](and:::tip/:::warning/:::danger) directives convert in the as-you-type markdown-shortcut path, not only through the source-toggle import. The live shortcut engine (runMultilineElementTransformers) skips any multiline transformer whoseregExpEndis non-optional — the closing:::hasn't been typed yet when the start line fires — so the admonition transformer was silently passed over while typing. MarkedregExpEndasoptional(matching the stock code-block transformer); the source-toggle/import path still honours the explicit:::end when present. Tables, headings, lists, and inline-format shortcuts were unaffected.
All other @byline/* packages bumped to 3.4.1 in lockstep with no behavioural changes this cycle.