feat(parser,render): add inline styles and standalone block elements#468
Open
Jvcon wants to merge 2 commits intoerikjuhani:mainfrom
Open
feat(parser,render): add inline styles and standalone block elements#468Jvcon wants to merge 2 commits intoerikjuhani:mainfrom
Jvcon wants to merge 2 commits intoerikjuhani:mainfrom
Conversation
Jvcon
commented
Apr 17, 2026
- Add inline style tracking via style_stack
- Implement style-to-modifier mapping in text_to_spans
- Add rich_text_to_spans helper and fix paragraph branch
- Fix item and task branches, add wrap_styled_spans
- Add Rule, InlineMath, DisplayMath to parser and AST
- Add InlineMath arm to rich_text_to_spans
- Add rule() and display_math() render functions
- Add inline style tracking via style_stack - Implement style-to-modifier mapping in text_to_spans - Add rich_text_to_spans helper and fix paragraph branch - Fix item and task branches, add wrap_styled_spans - Add Rule, InlineMath, DisplayMath to parser and AST - Add InlineMath arm to rich_text_to_spans - Add rule() and display_math() render functions
…ting - Extract lang from fenced code blocks in basalt-core - Define SyntectContext, add to AppState, thread through NoteEditorState/VirtualDocument - Implement syntect per-token syntax highlighting in code blocks - Add syntect 5.3.0 dependency - Fix: CR-01 truncate lang label to avoid multibyte panic - Fix: WR-01/02/03 rendering correctness in code blocks - Fix: D-12 navigation freeze, D-13 cursor highlight color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.