觉得是 bug, 记得以前 v1.5.xx 版本不这样啊
以 abc \d efg
测试了一下 (以下都是指实时预览模式):
出问题的包括:
- 普通正文段落里的这种行级代码
- 文本引用
>
里的, 列表里的, 以及常用行级格式符**...**
;==...==
内部的行级代码
没出事的包括:
- callout 块里放这种行级代码, 能正常显示
- 嵌入块
![[note#title]]
里的行级代码 - 表格里的行级代码
目前看起来, 先给临时放 callout 里可能是动静最小的替代办法
或干脆回退版本
如果 callout 视觉上过于显眼, 可以造个 css snippet 稍微弱化一下, 或插件 Admonitions 也能 “假装 callout 块就像普通正文”
```ad-tip
title:
color: invalid
test `abc \d efg` inline
- ==test **`abc \d efg`** inline==
This is the content of the admonition tip.
```
查到了 Backslash not shown in inline code blocks - Bug reports 总结:
- 是 bug, 等 v1.7.0 修复
- 据说 v1.6.0 是好的