obsidian-export/tests/testdata/input/main-samples/embeds.md
Narayan Sainaney c4bc77402e
Chg: Treat SVG files as embeddable images
This will ensure SVG files are included as an image when using `![[foo.svg]]` syntax, as opposed to only being linked to.
2021-09-24 11:12:27 +02:00

31 lines
400 B
Markdown

This note embeds another note with frontmatter.
![[note-with-frontmatter]]
> ![[note-with-frontmatter]]
![[non-existing note]]
Image embed:
![[white.png]]
![[bulb.svg]]
PDF embed:
![[note.pdf]]
Note reference within backticks: `![[note-with-frontmatter]]`
```
And within a code block:
![[note-with-frontmatter]]
```
![[Not a valid embed.]
![[Partial embed
![image, not embed](white.png)