aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/content_write.html
diff options
context:
space:
mode:
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/content_write.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/content_write.html80
1 files changed, 1 insertions, 79 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/content_write.html b/ratatoeskr/templates/src/systemtemplates/content_write.html
index 1a74d11..f241fd7 100644
--- a/ratatoeskr/templates/src/systemtemplates/content_write.html
+++ b/ratatoeskr/templates/src/systemtemplates/content_write.html
@@ -21,85 +21,7 @@
<ste:default_success />
<div class="triplecolumns">
<div class="column_left">
- <h2>Linking back</h2>
- <p>The text <code>%root%</code> will be replaced with a path, that points to the root of your Ratatöskr page.</p>
-
- <h2>Markdown Cheat Sheet</h2>
-
- <h3>Emphasis / Strong</h3>
- <p>
- <code>*<em>emphasis</em>*</code><br />
- <code>_<em>emphasis</em>_</code><br />
- <code>**<strong>strong</strong>**</code><br />
- <code>__<strong>strong</strong>__</code>
- </p>
-
- <h3>Paragraphs and manual line breaks.</h3>
- <p>
- <code>First Paragraph<br />
-<br />
-Second Paragraph with<br />
-long<br />
-text<br />
-<br />
-To enforce a line break&nbsp;&nbsp;<br />
-end a line with two whitespaces.</code>
- </p>
-
- <h3>Headers</h3>
- <p>
- <code>Header 1<br />
-========<br />
-<br />
-Header 2<br />
---------<br />
-<br />
-# Header 1<br />
-<br />
-## Header 2<br />
-<br />
-...<br />
-<br />
-###### Header 6<br /></code>
- </p>
-
- <h3>Linking</h3>
- <p>
- <code>[Linktext](http://url/to/resource "Optional title")</code>
- </p>
- <p>
- <code>[Linktext][id]. Somewhere else:<br />
-&nbsp;<br />
- [id]: http://url/to/resource "Optional title"</code>
- </p>
-
- <h3>Images</h3>
- <p>
- <code>![alt text](/path/to/image "Optional title")</code>
- </p>
-
- <h3>Ordered / Unordered Lists</h3>
- <p>
- <code>* Item A<br />
-* Item B<br />
-&nbsp;&nbsp;<br />
-&nbsp;&nbsp;With a second paragraph.<br />
-&nbsp;<br />
-* Item C<br />
-&nbsp;&nbsp;* Item C1<br />
-&nbsp;&nbsp;* Item C2<br /></code>
- </p>
- <p>
- <code>1. First element<br />
-2. Second Element
-</code>
- </p>
-
- <h3>Learn More</h3>
- <p>
- <a href="http://daringfireball.net/projects/markdown/syntax">Complete Syntax</a><br />
- <a href="http://daringfireball.net/projects/markdown/dingus">Test Markdown</a>
- </p>
+ <ste:get_translation for="content_write_cheatsheet" raw="y" />
</div>
<div class="column_right">