<!--## Please edit system and help pages ONLY in the master wiki!-->
<!--## For more information, please see MoinMoin:MoinDev/Translation.-->
<!--##master-page:WikiSandBox-->
<!--#format wiki-->
<!--#language en-->
**Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!**
You may want to open HelpOnEditing in a new window or tab while you edit.t
this is testing (admin testing)
----
<!--<<Anchor(formatting)>>-->
## Formatting
*italic* **bold** ```typewriter```
`backtick typewriter` (configurable)
~+bigger +~ ~-smaller this is how it works -~
```
preformatted some more
and some more lines too
```
```python
def syntax(highlight):
print "on"
return None
```
```java
public void main(String[] args]){
System.out.println("Hello world!");
}
```
## Linking
HelpOnEditing MoinMoin:InterWiki
http://moinmo.in/ [Python](http://www.python.org/)
someone@example.com
There are anchor links here:
* [#anchorname1](/#anchorname1)
* [Anchor with description(to Formatting block)](#formatting)
### Image Link
{{http://c2.com/sig/wiki.gif}}
## Smileys
/!\ Alert
<!--<<ShowSmileys>>-->
<!--<<Anchor(anchorname1)>>-->
## Lists
### Bullet
* first
1. nested and numbered
1. numbered lists are renumbered
* second
* third blockquote
. deeper
### Glossary
Term:: Definition
### Drawing
{{drawing:mytest.tdraw}} {{drawing:anywikitest.adraw}}
# Heading 1
## Heading 2
### Heading 3
#### Heading 4