Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Oct 20, 2024
1 parent 85e1ac9 commit d12e149
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ When using "Abort" option for image, the plugin refused to export Note.md. If us
```markdown
<!-- frontmatter omitted -->
## Sec 1
[Ref] (/post/ref-slug)
[Display Name] (/post/ref-slug)
[Ref](/post/ref-slug)
[Display Name](/post/ref-slug)
## Sec 2
[Ref > section-example] (/post/ref-slug#section-example)
[Display Name] (/post/ref-slug#section-example)
[Sec 1] (#sec-1)
[Display Name] (#sec-2)
[Ref > section-example](/post/ref-slug#section-example)
[Display Name](/post/ref-slug#section-example)
[Sec 1](#sec-1)
[Display Name](#sec-2)
[[NoteThatNotExist]]
## Sec 3
![image.png] [img1]
![image.png][img1]
![[imageThatDoesNotExist]]

[img1]:
Expand Down

0 comments on commit d12e149

Please sign in to comment.