diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-12-15 13:10:58 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-12-15 13:10:58 +0100 |
commit | 3289e1a5fa2f3499448e8a6f4230a7f838bad733 (patch) | |
tree | 775e8178b8596d94bdf5dc5d596bfb8dc9793628 /EDITING | |
parent | 7a0293f44eac8c8736c3cf9ad0ac5f846f26c6b7 (diff) |
Add file EDITING.
Diffstat (limited to 'EDITING')
-rw-r--r-- | EDITING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +Wiki editing guideline +====================== + +Ideally, text authors should apply only semantic (not visual) markup. +Unfortunately the Markdown format only supports visual markup. + +These are suggestions for pseudo-semantic markup using Markdown or +Mediawiki, suitable for post-processing also into print formats. + + * Use emphasis + doublequote for foreign terms. + * Use doublequote + emphasis for titles. + * Use strong emphasis only for essential keywords, and very sparsely. + * Use blockquote only for citation (not as emphasis for other blocks). + * Use blockquote for citation block (not blockquote + other quotes). + * Use bibliography at each citation (preferrably at the end). + * Use canonical URL in hyperlink (not wikilink or relative URL). + * Use hyperlink only in footnote and bibliography (not in text body). + * Use square brackets for meta comments (not paranthesis). + * Use verbatim only for code and shell commands. + + -- Jonas Smedegaard <dr@jones.dk> Mon, 15 Dec 2014 13:09:24 +0100 |