diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-05-22 17:10:46 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-05-22 17:12:44 +0200 |
commit | cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2 (patch) | |
tree | 52a5885d71682901ee46060954d5e2c589be9675 /man | |
parent | ee0c0a7256b64b1ac2dd46436a7b627eb08c7724 (diff) | |
download | blogc-cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2.tar.gz blogc-cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2.tar.bz2 blogc-cc0c4d6866bb876e1ba098bc7f70fb8f312e9fc2.zip |
content-parser: do not use paragraphs inside blockquote for DESCRIPTION
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc-source.7.ronn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index b583d6e..1945329 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -52,7 +52,8 @@ explicit definition in source file. Another variable, `DESCRIPTION`, will be automatically created by the source parser. Its content is the first line of the first paragraph of the content. -This variable can be overriden by an explicit definition in source file. +Paragraphs inside blockquotes are ignored. This variable can be overriden by +an explicit definition in source file. ## SOURCE CONTENT - BLOCK ELEMENTS |