obsidian-export/tests/testdata/expected/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

32 lines
404 B
Markdown

This note embeds another note with frontmatter.
Note with frontmatter.
>
> Note with frontmatter.
Image embed:
![white.png](white.png)
![bulb.svg](bulb.svg)
PDF embed:
[note.pdf](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)