diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-21 14:31:05 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-21 14:31:05 +0100 |
commit | de334a9e32d0d1d19c4aa98415cfe35866686157 (patch) | |
tree | 3f6522178a56278ac1bbcef009e8ea8bfa155660 /man | |
parent | 9902e223799f40776d1131aa0d48fc766637746e (diff) | |
download | blogc-de334a9e32d0d1d19c4aa98415cfe35866686157.tar.gz blogc-de334a9e32d0d1d19c4aa98415cfe35866686157.tar.bz2 blogc-de334a9e32d0d1d19c4aa98415cfe35866686157.zip |
man: improved content-parser docs
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc-source.7.ronn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 7fa0796..5a0a485 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -209,12 +209,22 @@ Links are defined using the following syntax: To learn more about blogc, [click here](https://blogc.rgm.io). +Whitespace characters and new lines are allowed between link text and link URL: + + To learn more about blogc, [click here] + (https://blogc.rgm.io). + ### Image Links Links can be combined with images: [![This is the image alt text](picture.jpg)](https://blogc.rgm.io) +Whitespace characters and new lines are allowed between alt text and image URL: + + [![This is the image alt text] + (picture.jpg)](https://blogc.rgm.io) + ### Automatic Links Automatic link is defined with 2 '[' before and 2 ']' after the URL. |