diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-07-05 03:25:56 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-07-05 03:25:56 +0200 |
commit | 8fb67f6c89490e2bbce5d5650f930780e77b57c2 (patch) | |
tree | d681cd9b66fca118e938e50289ce55dd80299699 /man/blogc-source.7.ronn | |
parent | f416c85366a3e85e7f7576398f55595de51adc52 (diff) | |
download | blogc-8fb67f6c89490e2bbce5d5650f930780e77b57c2.tar.gz blogc-8fb67f6c89490e2bbce5d5650f930780e77b57c2.tar.bz2 blogc-8fb67f6c89490e2bbce5d5650f930780e77b57c2.zip |
man: templates and sources must be valid utf-8
Diffstat (limited to 'man/blogc-source.7.ronn')
-rw-r--r-- | man/blogc-source.7.ronn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 5bb3b32..0273194 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -15,6 +15,8 @@ Content is written in a markup language that is similar to John Gruber's Markdown, but that is NOT Markdown. This language is very simple, while powerful enough to write big posts. +Content must be valid UTF-8. + ## SOURCE VARIABLES Variables are key-value lines. The variable name must be upper-case, starting |