+++ date = '2024-12-19T15:53:38+02:00' draft = false title = 'Test: Obsidian links' +++ # Obsidian links - [Entry2](entry/test-entry.md) - [Invalid entry](entry/invalid.md) - [Invalid triad destination](invalid/something.md) - [entry with spaces](entry/entry%20with%20spaces.md) (Obsidian replaces spaces with `%20`) --- ``` - [Entry2](entry/entry2.md) - [EntryXXX](entry/entry25.md) - [Invalid triad destination](invalid/something.md) ``` # Standard Sandpoints links ![Link label](entry:test-entry) --- ``` ![Link label](entry:test-entry) ``` # Subheading links [Subheading](#Test) --- ``` [subheading](#Test) ``` # WWW Links - [google](http://google.com) - [google](http://google.com "Go to google") --- ``` - [google](http://google.com) - [google](http://google.com "Go to google") ``` # Test empty subheading for testing