Historical SandBox, Revision 13

Play Here

Example of the eucode tag

include file.e as file

puts(1, "Hello World!\n")

Controversial Entry Keyword

-- NEW
global function find_all(object x, sequence source, integer from) 
    sequence ret 
	 
    ret = {} 
    while from > 0 with entry do 
        ret &= from 
        from += 1 
    entry 
        from = find_from(x, source, from) 
    end while 

    return ret 
end function

You can play here! Change this to be anything you want. Use for learning purposes only, please.

possible bugs at time of writing.
triple brace sometimes is forcing a linebreak
this may be unavoidable because of the PRE tag?
triple brace inline is different than on start of line.

bullet list sub item is working
normal indent is not returning to margin
you have to leave a blank line after an ordered list.

no subscript super script? see creole extended.

this one is not forcing newline. wonder why pre is working here? <!--normal HTML comment don't display --> <! why's the comment syntax so uncreole like?>


Use //italics// for italics Use **bold** -> for bold

Bullet list:

* Bullet list
* Second item
** Sub item ...
  • Bullet list
  • Second item
    • Sub item

# Numbered list
# Second item
## Sub item
  1. Numbered list
  2. Second item
    1. Sub item
  3. Third item
    1. Sub item
      1. Sub Sub item

Links Link to [[wikipage]]-> Link to wikipage Links with a name [[URL|linkname]]-> linkname

Large heading: = Large heading->

Large heading

Medium heading: === Medium heading->

Medium heading

Small heading: ==== Small heading->

Small heading

Horizonal line: Horizontal line -> <! what about width and centering?> ----


To force a line break: Force\\Linebreak -> Force
Linebreak

<! very tricky to get double indirection to work right- if you see this multiline hidden comments don't work bold either>

{{{== [[Nowiki]]:
//**don't** format//
 ~}~}~}
== [[Nowiki]]:
//**don't** format//
nested bold italic format

<! * no table yet no comment close will consune rest of page >

table header
a table row
b table row

within heaadline parsing optional

**not** //parsed//

**not** //parsed//

www.wikicreole.org Creole1.0TestCases

http://www.wikicreole.org/attach/CheatSheet/creole_cheat_sheet.html

Search



Quick Links

User menu

Not signed in.

Misc Menu