obsidian-export/tests/testdata/input/main-samples/obsidian-wikilinks.md
Nick Groenen e6fc611b58
fix: find uppercased notes when referenced with lowercase
This commit fixes a bug where, if a note contained uppercase characters
(for example `Note.md`) but was referred to using lowercase
`(`[[note]]`), that note would not be found.
2021-01-10 19:43:28 +01:00

21 lines
425 B
Markdown

Link to [[pure-markdown-examples]] and the same [[Pure-Markdown-Examples]].
Link to [[pure-markdown-examples|pure markdown examples]].
Link to [[pure-markdown-examples#Heading 1]].
Link to [[pure-markdown-examples#Heading 1|pure markdown examples]].
Link to [[uppercased-note]].
Link within backticks: `[[pure-markdown-examples]]`
```
Within a code block:
[[pure-markdown-examples]]
```
[[unclosed link
Regular text.