diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-05-24 00:58:41 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-05-24 00:58:41 +0200 |
commit | 7f5ccf8cd227e14683ef6c3bef5afb58f6857918 (patch) | |
tree | 16cb1d1b3acd1a286d0523bf9a0ba9ad7335c680 /man | |
parent | 1605bf39ab342ea5d904fe96df81dd0f55bd3bcf (diff) | |
download | blogc-7f5ccf8cd227e14683ef6c3bef5afb58f6857918.tar.gz blogc-7f5ccf8cd227e14683ef6c3bef5afb58f6857918.tar.bz2 blogc-7f5ccf8cd227e14683ef6c3bef5afb58f6857918.zip |
content-parser: encode HTML entities in DESCRIPTION variable
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc-source.7.ronn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 9b80eb2..9a0c94c 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -52,9 +52,10 @@ explicit definition in source file. Another variable, `DESCRIPTION`, will be automatically created by the source parser. It contains the unparsed content of the first paragraph found in the -source file. Paragraphs inside blockquotes are ignored. This variable can be -overriden by an explicit definition in source file. This is useful to add -"description" meta-tags to HTML templates. +source file. The content is not parsed but HTML entities are encoded. Paragraphs +inside blockquotes are ignored. This variable can be overriden by an explicit +definition in source file, that must have the HTML entities escaped manually. +This is useful to add "description" meta-tags to HTML templates. ## SOURCE CONTENT - BLOCK ELEMENTS |