Skip to content
Snippets Groups Projects
Commit 459aaf9c authored by Marina Popleteeva's avatar Marina Popleteeva
Browse files

Add note about link format

Avoid use of <link>
parent 6804b688
No related branches found
No related tags found
2 merge requests!342[release] Regular merge of develop,!337Minor changes (link format and temporal link)
......@@ -57,7 +57,7 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
|: ^^ + Indented item | ^^ + Indented item
|: ^^* Fourth item</pre> | ^^ * Fourth item
|:-----------------------------------|---------------------------|
|: <pre>Include links referring to a web [page](https://www.markdownguide.org/)</pre> | Include links referring to a web [page](https://www.markdownguide.org/)
|: Include links referring to a web `[page](https://www.markdownguide.org/)`. Avoid links in format `<link>` as it is not always parsed correctly. | Include links referring to a web [page](https://www.markdownguide.org/). Avoid links in format <link> as it is not always parsed correctly (like in this case).
|:-----------------------------------|---------------------------|
|: Include local pictures using markdown |
|: ^^<pre>![My awesome picture](img/r3_logo.png)</pre> | ^^ ![My awesome picture](img/r3_logo.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment