Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skills/obsidian-markdown/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark an
[[Note Name#^block-id]] Link to block
[[#Heading in same note]] Same-note heading link
```
Inside Markdown tables, escape wikilink alias pipes as `[[Note\|Alias]]` so the alias separator is not parsed as a table cell delimiter.

Define a block ID by appending `^block-id` to any paragraph:

Expand Down