summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2015-06-30 23:00:03 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2015-06-30 23:00:03 +0200
commit848e5d3474b85be02ae6b28429211e4386e3b956 (patch)
treed62c41a2ca6fb3f24db6e6e897b88570094a38ce /data
parent67b479b256ae7436b507860d32ee7e0b29b1657a (diff)
downloadrpg-848e5d3474b85be02ae6b28429211e4386e3b956.tar.gz
rpg-848e5d3474b85be02ae6b28429211e4386e3b956.tar.bz2
spaces were not stored due to automatically tools
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt24
1 files changed, 13 insertions, 11 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 7b453efa2..d56e5a24c 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -261,17 +261,19 @@ There are three exceptions which do not come from that pattern file: multiplicat
Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
- I think we should do it
-
- > No we shouldn't
-
- >> Well, I say we should
-
- > Really?
-
- >> Yes!
-
- >>> Then lets do it!
+<code>
+I think we should do it
+
+> No we shouldn't
+
+>> Well, I say we should
+
+> Really?
+
+>> Yes!
+
+>>> Then lets do it!
+</code>
I think we should do it