aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-21 14:31:05 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-02-21 14:31:05 +0100
commitde334a9e32d0d1d19c4aa98415cfe35866686157 (patch)
tree3f6522178a56278ac1bbcef009e8ea8bfa155660
parent9902e223799f40776d1131aa0d48fc766637746e (diff)
downloadblogc-de334a9e32d0d1d19c4aa98415cfe35866686157.tar.gz
blogc-de334a9e32d0d1d19c4aa98415cfe35866686157.tar.bz2
blogc-de334a9e32d0d1d19c4aa98415cfe35866686157.zip
man: improved content-parser docs
-rw-r--r--man/blogc-source.7.ronn10
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.