sync with moinmoin SyntaxReference
This commit is contained in:
parent
4784fc2080
commit
da302cd9b2
1 changed files with 20 additions and 21 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
#acl MoinPagesEditorGroup:read,write,delete,revert All:read
|
||||||
|
## Please edit (or translate) system/help pages on the moinmaster wiki ONLY.
|
||||||
|
## For more information, please see MoinMaster:MoinPagesEditorGroup.
|
||||||
|
#pragma section-numbers off
|
||||||
|
#language en
|
||||||
|
|
||||||
|
{{{
|
||||||
|
#pragma section-numbers off
|
||||||
|
#acl All:admin,read,write,delete,revert
|
||||||
|
#language en
|
||||||
|
}}}
|
||||||
|
|
||||||
This page tries to use each supported markup element at least once.
|
This page tries to use each supported markup element at least once.
|
||||||
|
|
||||||
|
@ -23,18 +34,11 @@ Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^supers
|
||||||
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.
|
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.
|
||||||
|
|
||||||
== Syntax Highlighting ==
|
== Syntax Highlighting ==
|
||||||
{{{#!python
|
{{{#!python
|
||||||
# python code
|
# python code
|
||||||
print code.colorize("abc", 1 + 1)
|
print code.colorize("abc", 1 + 1)
|
||||||
# third line
|
|
||||||
# fourth line
|
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
{{{#!cplusplus
|
|
||||||
foo = new something(1, "soo\nice")
|
|
||||||
}}}
|
|
||||||
|
|
||||||
|
|
||||||
= Hyperlinks =
|
= Hyperlinks =
|
||||||
== Internal ==
|
== Internal ==
|
||||||
{{{
|
{{{
|
||||||
|
@ -84,7 +88,6 @@ foo = new something(1, "soo\nice")
|
||||||
* [wiki:MeatBall/InterWiki InterWiki page on MeatBall]
|
* [wiki:MeatBall/InterWiki InterWiki page on MeatBall]
|
||||||
* [file://servername/full/path/to/file/filename%20with%20spaces.txt Click here to read filename with spaces.txt]
|
* [file://servername/full/path/to/file/filename%20with%20spaces.txt Click here to read filename with spaces.txt]
|
||||||
* me@privacy.net
|
* me@privacy.net
|
||||||
|
|
||||||
== Escaping WikiNames ==
|
== Escaping WikiNames ==
|
||||||
{{{
|
{{{
|
||||||
Wiki''''''Name
|
Wiki''''''Name
|
||||||
|
@ -131,22 +134,19 @@ Wiki``Name
|
||||||
1. item 2
|
1. item 2
|
||||||
a. item 1
|
a. item 1
|
||||||
a. item 2
|
a. item 2
|
||||||
|
= Descriptions + Definitions =
|
||||||
= Code display =
|
|
||||||
{{{
|
{{{
|
||||||
|
Term:: Description
|
||||||
|
Label:: Definition
|
||||||
|
}}}
|
||||||
|
Term:: Description
|
||||||
|
Label:: Definition
|
||||||
|
= Code display =
|
||||||
|
{{{
|
||||||
line 1
|
line 1
|
||||||
indented 4 characters
|
indented 4 characters
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
{{{
|
|
||||||
plain
|
|
||||||
multiline block
|
|
||||||
with some ''text'' in it
|
|
||||||
fourth line
|
|
||||||
|
|
||||||
sixth line!
|
|
||||||
}}}
|
|
||||||
|
|
||||||
= Rules =
|
= Rules =
|
||||||
{{{
|
{{{
|
||||||
--- (not a rule)
|
--- (not a rule)
|
||||||
|
@ -169,7 +169,6 @@ sixth line!
|
||||||
----------
|
----------
|
||||||
-------------------------------------------- (not thicker than 10)
|
-------------------------------------------- (not thicker than 10)
|
||||||
|
|
||||||
|
|
||||||
= Macros =
|
= Macros =
|
||||||
{{{
|
{{{
|
||||||
[[Anchor(anchorname)]]
|
[[Anchor(anchorname)]]
|
||||||
|
|
Loading…
Reference in a new issue