cb4b26c8a4
* feat: add YAML front matter support in markdown processing - Introduced a new plugin to parse and render YAML front matter in markdown documents. - Updated the markdown converter to handle YAML front matter, preserving its structure during conversion. - Added corresponding tests to ensure YAML front matter is retained correctly in markdown to HTML and vice versa. - Enhanced i18n files with new translations for front matter properties in English, Chinese (Simplified and Traditional). - Included the 'yaml' package as a dependency in package.json. * feat(i18n): add new translations for editing properties in Traditional Chinese * chore: fix