summaryrefslogtreecommitdiff
path: root/converter/src/parse.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for bold_italic formatting in markdown parser魏曹先生2026-02-101-25/+51
| | | | | | 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-101-1064/+906
|
* Rename parser to converter魏曹先生2026-02-091-0/+1278