bookstack/resources/js/wysiwyg/lexical/rich-text
Dan Brown 2b746425c9
Lexical: Fixed code in lists, removed extra old alignment code
Code in lists could throw error on parse due to inner <code> tag being
parsed but not actually used within a <pre>, so this updates the
importDOM to disregard childdren for code blocks.

This also improves the invariant implementation to not be so
dev/debugger based, and to include vars in the output.
2025-02-16 15:09:33 +00:00
..
__tests__/unit
LexicalCalloutNode.ts
LexicalCodeBlockNode.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
LexicalDetailsNode.ts
LexicalDiagramNode.ts
LexicalHeadingNode.ts
LexicalHorizontalRuleNode.ts
LexicalImageNode.ts
LexicalMediaNode.ts
LexicalQuoteNode.ts
index.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00