Skip to content

Commit

Permalink
📝 添加列表项模板
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Nov 21, 2024
1 parent dd1714a commit f291c70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}}}
{: style="border: 2px dashed var(--b3-border-color);"}
```
- 列表项使用块引引用原块,锚文本为选中文字的模板,可以在当前文档的反链面板查看所有脚注
- 使用列表项存放引用原块的块引,锚文本为选中文字,可以在当前文档的反链面板查看所有脚注
```
- ((${refID} "${selection}"))

Expand Down

0 comments on commit f291c70

Please sign in to comment.