diff options
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:      [](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. | 
