BookStackApp_BookStack/resources/js/wysiwyg
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
..
lexical Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
services Lexical: Fixed auto-link issue 2025-01-15 14:15:58 +00:00
ui Lexical: Ran a deeper check on translation use 2025-01-27 16:40:41 +00:00
utils Lexical: Adjusted handling of child/sibling list items on nesting 2024-12-17 18:07:46 +00:00
index.ts Lexical: Added testing for some added shortcuts 2024-12-16 16:27:44 +00:00
nodes.ts Lexical: Added support for table caption nodes 2025-01-22 12:54:13 +00:00
testing.md Lexical: Added some general test guidance 2025-01-15 14:31:09 +00:00