mio-previewer 0.2.73 → 0.2.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/README.zh-CN.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -466,6 +466,7 @@ mio-previewer/
|
|
|
466
466
|
|
|
467
467
|
### Quick Links
|
|
468
468
|
|
|
469
|
+
- [Built-in Plugins Config Guide](./PLUGINS.zh-CN.md) - Configuration schema for all built-in plugins
|
|
469
470
|
- [Plugin System Guide](./docs/PLUGINS.md) - Complete plugin system documentation
|
|
470
471
|
- [Customize Code Block Styles](./docs/CUSTOMIZE_CODEBLOCK_STYLE.md) - Code block theming
|
|
471
472
|
- [KaTeX Configuration](./docs/KATEX_DELIMITERS.md) - Math formula setup
|
package/README.zh-CN.md
CHANGED
|
@@ -42,7 +42,8 @@ impor## 浏览器支持
|
|
|
42
42
|
📚 **[完整文档 →](./docs/README.md)**
|
|
43
43
|
|
|
44
44
|
### 快速链接
|
|
45
|
-
- [
|
|
45
|
+
- [内置插件配置指南](./PLUGINS.zh-CN.md) - 所有内置插件的配置 Schema
|
|
46
|
+
- [插件系统指南](./docs/PLUGINS.md) - 完整的插件系统开发文档
|
|
46
47
|
- [自定义代码块样式](./docs/CUSTOMIZE_CODEBLOCK_STYLE.md) - 代码块主题定制
|
|
47
48
|
- [KaTeX 配置](./docs/KATEX_DELIMITERS.md) - 数学公式设置
|
|
48
49
|
- [更新日志](./CHANGELOG.md) - 版本历史
|