diff --git a/README.md b/README.md index 9cf7305..4bdff00 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,15 @@ See [CHANGELOG.md](CHANGELOG.md) }}} {: style="border: 2px dashed var(--b3-border-color);"} ``` + - Use list items to store references to the original block, with the selected text as the anchor text. You can view all footnotes in the backlink panel of the current document. + ``` + - ((${refID} "${selection}")) + + {{{row + ${content} + }}} + + ``` ![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/PixPin_2024-11-21_08-53-00-2024-11-21.png) diff --git a/README_zh_CN.md b/README_zh_CN.md index 84be307..7366060 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -49,7 +49,7 @@ }}} {: style="border: 2px dashed var(--b3-border-color);"} ``` - - 列表项使用块引引用原块,锚文本为选中文字的模板,可以在当前文档的反链面板查看所有脚注 + - 使用列表项存放引用原块的块引,锚文本为选中文字,可以在当前文档的反链面板查看所有脚注 ``` - ((${refID} "${selection}"))