TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
Innei 向 mx-space/core 提交了一个更改 fix: replace @lexical/code and @lexical/markdown with custom nodes to eliminate PrismJS @lexical/code bundles PrismJS which requires browser globals. @lexical/markdown imports @lexical/code at module level unconditionally. Use custom lightweight SimpleCodeNode/SimpleCodeHighlightNode and traverse Lexical's parsed node tree directly for Markdown conversion.