en
- feat
- New processor:
width()
#111 - New processor:
transposition
#115 - New processor:
transpose
或trs
(An advanced version of transposition that needs to support rowspan/colspan when used, such as multi-cross tables) - Processor pairing:
list2lt/dir
can be followed by afold
processor for a special effect: the default fold of lt and dir #117 - setting.json: Allows users to define inline separators #119
- New processor:
- enhance
- Compatible with dataview method
dv.paragraph
to render anyblock content #forums
(However, it is recommended to use code blocks, which are more stable. Anyway, this time also in the code block to write scripts, there is no need to pursue naked md writing) - The alias system supports substring substitution, and markdown-it-container supports titles #83
(For performance reasons, user-defined aliases of this type are not supported, but common aliases can be customized)
- Compatible with dataview method
- style
- mermaid adaptive shading mode #106
- fix
zh
- 新功能
- 增强
- 兼容dataview方法
dv.paragraph
来渲染anyblock内容 #论坛
(但还是建议使用代码块,更稳定些。反正这时也在代码块内写脚本了,也没必要追求裸md写法了) - 别名系统支持子串替换,markdown-it-container支持标题 #83
(性能考虑,暂不支持用户自定义这种类型的别名,但普通的别名还是可以自定义的)
- 兼容dataview方法
- 样式
- mermaid自适应明暗模式 #106
- 修复
patch: 3.1.9-2: 紧急修复 |
内联切分符失效的问题