client/markdown: allow to specify image size

This commit is contained in:
rr-
2016-12-22 23:12:58 +01:00
parent 6bf5764c6c
commit 32d498c74b
2 changed files with 39 additions and 2 deletions

View File

@ -28,3 +28,11 @@
</tr>
</tbody>
</table>
<p>You can also specify the size of embedded images like this:</p>
<ul>
<li><code>![alt](href =WIDTHx "title")</code></li>
<li><code>![alt](href =xHEIGHT "title")</code></li>
<li><code>![alt](href =WIDTHxHEIGHT "title")</code></li>
</ul>