]> git.plutz.net Git - shellwiki/blobdiff - pages/[wiki]/editorhelp/#page.md
define translated %title in example pages
[shellwiki] / pages / [wiki] / editorhelp / #page.md
index 930fda393bd73beb70a56b0e12acb0d8cf000425..d441094d5a743d61c869e4cc5fb4020a8c1ff21c 100644 (file)
@@ -1,19 +1,33 @@
-### Formatting:
+%title Editor Help
+
+### Formatting: {half}
 
 \*\***strong**\*\*     \**emphasized*\*        `~~`~~strikethrough~~`~~`       \``verbatim`\`
 
 a backslash `\` prevents \*\*accidental formatting\*\*: \\\* \\\`
 
-### Links:
+    # Title
+    ## Headline
+    ### Sub Heading
+    #### etc...
+    
+    ## Heading {half}   <-- half width on large screen
+    ## Heading {center} <-- center text in section
+
+### Links: {half}
 
-Simple Weblink (use angle brackets): < <https://en.wikipedia.org/wiki/Markdown> >
+Simple Weblink (use angle brackets):  
+< <https://en.wikipedia.org/wiki/Markdown> >
 
 Simple Email Link: < <spam@example.com> >
 
-Weblink with Text: \[Wikipedia article\](https://en.wikipedia.org/wiki/Markdown) - [Wikipedia article](https://en.wikipedia.org/wiki/Markdown)
+Weblink with Text:  
+\[Wikipedia article\](https://en.wikipedia.org/wiki/Markdown)  
+[Wikipedia article](https://en.wikipedia.org/wiki/Markdown)
 
 Other pages on the same site:  
-[Start page](/): `[Start page](/)`, [Help](/[wiki]/editorhelp/): `[Help](/[wiki]/editorhelp/)`
+[Start page](/): `[Start page](/)`,  
+[Help](/[wiki]/editorhelp/): `[Help](/[wiki]/editorhelp/)`
 
 
 ### Lists: