|
[ Source ]
sandbox
Created: 2007-09-16 18:49:00
Modified: 2008-09-07 22:30:00 Categories: pyguicms helpsystem Keywords: sandbox le bac a sable Description: The sandbox, the place where you can experiment with the syntax Table Of ContentsIntroductionThe It is strongly encouraged to inspect the plain text of this page. So that you may be familiar with the different syntax to use. This page is especially made for this goal! If you been learn the syntax to use, it will be easy and faster for you to write some pages. Look to the code, try and see the results. Anyway, best that you keep this page and that you not delete it or destroy to much. Keep your experiments on the bottom of this page. This is your sand box, not your crap box ;-) ParagraphLorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur vel ipsum ut dui accumsan auctor. Aliquam molestie nunc ac ligula. Nunc pharetra augue at pede. Pellentesque ante. Donec vitae justo vel magna viverra posuere. Proin bibendum eros vel nunc. Cras at pede. Nunc nonummy malesuada tellus. Pellentesque habitant morbi tristique. Code: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur vel ipsum ut dui accumsan auctor. Aliquam molestie nunc ac ligula. Nunc pharetra augue at pede. Pellentesque ante. Donec vitae justo vel magna viverra posuere. Proin bibendum eros vel nunc. Cras at pede. Nunc nonummy malesuada tellus. Pellentesque habitant morbi tristique. Text formating: bold, italicTo write italic text: _italic_ or *italic* To write bold text: **bold** or __bold__ Block quotesPlease, look to the content of this page, it may be impossible to add this
stuff in a
To make the block quote a deeper level:
A third level of block quote
HeadersHeaders are useful to make some little sub categories. Pay attention that the
Header 1# Header 1 // Optionally on the right side # Header 1 # Header 2## Header 2
Header 3### Header 3
Header 4#### Header 4
Header 5##### Header 5
Other syntax for headersWe can use the = chars to make a h1: Other way of a header ================= Produce: Other way of a headerWe can use the - chars to make a h2: Other way of a header ---------------------- Produce: Other way of a headerTable of contentsThe table of content can be add on top of each page with the following: ///Table of Contents Goes Here/// If the table of content isn't specified, one will be created on the bottom of the page. Code blockIn the sandbox there is many In the sandbox there is many `crap` leaved by sad owners of dogs. pre tagRequire 4 spaces at the beginning. aptitude install foo bulled lists and ordered listsPay attention the to first space before the bulled list character. It is important to have this space before the special character. With the * sign: * foo * bar Produce:
With the + sign: + foo + bar Produce:
With the - sign: - foo - bar Produce:
Numbered lists: 1. foo 1. bar Produce:
LinksTo make links, it's easy with the following syntax [link_name](http://www.some_url.org) [Introduction](introduction) That make as link: A link with a title. You see the title in the : [link_name](http://www.some_url.org "Some title") That output: If you need to repeat multiples time a link. You can make it once and then reference to it: A link. Another link. Then, later on, define the link: You can even make automatic links like this one http://www.google.com. ImagesYou should take a look to the source of this page because the code block don't all the expected stuff! You can put image somewhere with:  This shows:
We can even align some image: 
Aligning an image to  Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Donec dignissim hendrerit lacus.
Phasellus dignissim consequat risus. Aliquam erat volutpat. Mauris
feugiat justo eget metus. Phasellus tempus mollis lorem.
Note that we are not able to center an image! Simple tables| a |* b *| | [c](#) | *d* |
RulesYou can easy add a rule where you want. These take the style of the style sheet. With asterisks: * * * * Produce: or another way with asterisks: **** Produce: With minus signs: ------- Produce: With underscore signs: _____ Produce: Escaping some special characterSome time you want to display some characters, or use a way, that markdown would like to translate it and finally mess up your expected behavior. Some time you need to escape some character that have some special meaning in the markdown syntax. Some *literal asteriks* Some \ Some \literal backslach\ Code: Some \*literal asteriks\* Some \`literal backticks\` Some \\literal backslach\\ The special characters are: \ backslash
` backtick
* asterisk
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark
CodehilightThis is some experimental implementation of the code hilight. It is not yet completely implemented and need to be tested before we going to adopt this highlighting system. See here for more informations. With path:
Without path:
With colons: # Code goes here ... print "Hello, world!" Some C code:
Resources
Add here below your own experimental stuffFoo say "bla bla bla" to bar. Comments leaved by users (total: 0)
Add a comment[ Toggle on/off history ] Item History:
|
|
|||||||||||||||||||||||||||||||||||||||||