|
|
@@ -70,6 +70,10 @@ Notice that the sequence number is irrelevant. Markdown will change the sequence
|
|
|
[Link Text](/url/of/the/link)
|
|
|
```
|
|
|
|
|
|
+**Notes**:
|
|
|
+
|
|
|
+- It is not recommended to use image links in reference format. VNote will not preview those images.
|
|
|
+
|
|
|
### Blockquotes
|
|
|
```md
|
|
|
As VNote suggests:
|
|
|
@@ -136,4 +140,4 @@ If you want to enter a new paragraph, you should add an empty line and then cont
|
|
|
|
|
|
Generally, you need to add an empty line after a block element (such as code block, lists, blockquote) to explicitly end it.
|
|
|
|
|
|
-[^1]: This guide references [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).
|
|
|
+[^1]: This guide references [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).
|