summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for bold_italic formatting in markdown parser魏曹先生2026-02-102-42/+56
| | | | | | The parser now correctly handles triple asterisk (***) syntax for bold_italic text. Previously, nested bold and italic formatting would not combine properly.
* Refactor converter and replace built_res with resource generator魏曹先生2026-02-1019-1156/+1608
|
* Rename parser to converter魏曹先生2026-02-0916-21/+21
|
* Add FileNotFound variant to Exit enum魏曹先生2026-02-093-22/+12
|
* Add file inclusion and text formatting to parser魏曹先生2026-02-099-3/+520
|
* Initialize MarkDialog project with parser and workspace structure魏曹先生2026-02-0923-0/+1916