Split markdown parsing and highlighting

This commit is contained in:
2025-07-07 13:10:45 +02:00
parent e0fd726f02
commit 462c27e111
7 changed files with 243 additions and 440 deletions

View File

@ -40,7 +40,7 @@ pub struct Style {
pub raised: bool,
}
pub enum MarkdownItem<'a> {
pub enum Item<'a> {
Text {
span: Span<'a>,
style: Style,