05f91605c7
add support for highlightjs lang-plugins, bug fixes.
...
- fix problem that image width is sometimes bigger than 100%
- fix codeblock background config doesn't work
- added codeblock.fg-color config (fix cannot change codeblock text color)
- changes the config name -- make it shorter
2023-01-29 10:41:50 +08:00
1a00273578
添加 site.robots 参数支持了 robots.txt
...
- 默认为 Allow All
2023-01-25 13:48:03 +08:00
8dcd83c78d
.tex 简单支持,测试性质的资源(图片)文件获取支持
2023-01-25 13:03:58 +08:00
c02929c7b1
支持了复数文本解析器,添加对 ReST 解析的支持
2023-01-25 00:45:22 +08:00
0c83a11a23
使项目 composer/psr-4 标准化,清理代码
2023-01-24 20:30:27 +08:00
e8fe17b673
使用 composer, markdown 解析器切换为 commonmark。添加脚注&任务表的 bread-card 样式。
...
- 使用 composer
- 声明 php8, ext-xml, ext-mbstring
- 添加了 league/commonmark>=2.3.8
- 删除了 /lib 文件夹 (以及 parsedown 依赖)
- 抽象化 md 解析代码同时 md 解析器换为 commonmark
- 使用 commonmark 规范
+ gfm - disallowed html
+ attributes, footnote, description list
- 修改 readme
2023-01-24 19:08:15 +08:00