summaryrefslogtreecommitdiff
path: root/converter
Commit message (Collapse)AuthorAgeFilesLines
* Disable pipeline steps and improve include/image resolution魏曹先生2026-02-101-6/+163
| | | | | | | | | | | - Comment out several markdown processing steps for debugging - Enhance `unwrap_includes` to recursively search for included markdown files - Add support for Obsidian image syntax `![[image.png]]` with recursive file search - Implement caching for resolved file paths to improve performance - Search upward and downward from current directory for both includes and images
* 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-103-1065/+927
|
* Rename parser to converter魏曹先生2026-02-0911-0/+1876