20 lines
453 B
Markdown
20 lines
453 B
Markdown
# testing
|
|
# testing
|
|
|
|
## Wiki-Link Tests
|
|
|
|
- Doc link: [[installation]]
|
|
- Doc link with display text: [[installation|Install Guide]]
|
|
- Doc link with anchor: [[installation#prerequisites]]
|
|
- Image embed: ![[logo.png]]
|
|
- Image with alt: ![[logo.png|Site Logo]]
|
|
- Code block (should NOT be converted):
|
|
|
|
```
|
|
[[this-should-stay-as-is]]
|
|
```
|
|
|
|
- Inline code (should NOT be converted): `[[not-a-link]]`
|
|
- Unresolved link (should stay as-is): [[nonexistent-page]]
|
|
|