Skip to content
Snippets Groups Projects
Commit 87fcb951 authored by Vilem Ded's avatar Vilem Ded
Browse files

Merge branch 'markdown' into 'develop'

minor details

See merge request !90
parents eebbb111 b8bd921f
No related branches found
No related tags found
2 merge requests!91Develop,!90minor details
Pipeline #22044 passed
......@@ -34,7 +34,7 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
## Tips to write in markdown:
<table style="table-layout: fixed; width: 80%;white-space: normal">
<table style="table-layout: fixed; width: 95%;white-space: normal">
<thead>
<tr>
<th>Markdown</th>
......@@ -151,7 +151,7 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
Or use HTML tag allowing you to alter the image properties (e.g. size):
&lt;img src="img/r3_logo.png" width="40"&gt
&lt;img src="img/r3_logo.png" width="40"&gt;
</pre>
</td>
<td>
......
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