--- in: h1. Header 1 out:

Header 1

--- in: h2. Header 2 out:

Header 2

--- in: h3. Header 3 out:

Header 3

--- in: |- Any old text. bq. A block quotation. Any old text. out: |-

Any old text.

A block quotation.

Any old text.

--- in: This is covered elsewhere[1]. out:

This is covered elsewhere1.

--- in: fn1. Down here, in fact. out:

1 Down here, in fact.

--- in: |- # A first item # A second item # A third item # A fourth item out: |-
  1. A first item
  2. A second item
  3. A third item
  4. A fourth item
--- in: |- * A first item * A second item * A third item * A fourth item out: |- --- in: _a phrase_ out:

a phrase

--- in: __a phrase__ out:

a phrase

--- in: '*a phrase*' out:

a phrase

--- in: '**a phrase**' out:

a phrase

--- in: Nabokov's ??Pnin?? out:

Nabokov’s Pnin

--- in: -a phrase- out:

a phrase

--- in: +a phrase+ out:

a phrase

--- in: ^a phrase^ out:

a phrase

--- in: ~a phrase~ out:

a phrase

# --- # in: %(caps)SPAN% # out:

SPAN --- in: %{color:red}red% out:

red

--- in: %[fr]rouge% out:

rouge

--- in: _(big)red_ out:

red

--- in: p(bob). A paragraph out:

A paragraph

--- in: p{color:#ddd}. A paragraph out:

A paragraph

--- in: p[fr]. A paragraph out:

A paragraph

--- in: h2()>. right-aligned header2, indented 1em both side out:

right-aligned header2, indented 1em both side

--- in: h3=. centered header out:

centered header

--- in: '!>/image.gif! right-aligned image' out:

right-aligned image

--- in: p[no]{color:red}. A Norse of a different colour. out:

A Norse of a different colour.

--- in: |- |This|is|a|simple|table| |This|is|a|simple|row| out: |-
This is a simple table
This is a simple row
--- in: |- table{border:1px solid black}. |This|is|a|row| |This|is|a|row| out: |-
This is a row
This is a row
--- in: '{background:#ddd}. |This|is|a|row|' out: |-
This is a row
--- in: |- |{background:#ddd}. Cell with gray background| |\2. Cell spanning 2 columns| |/3. Cell spanning 3 rows| |>. Right-aligned cell| out: |-
Cell with gray background
Cell spanning 2 columns
Cell spanning 3 rows
Right-aligned cell
# --- # in: |- # This is a "link":bob to Bob's website. # # [bob]http://itsbob.com/index.html --- in: ACLU(American Civil Liberties Union) out:

ACLU

--- in: |- h2{color:green}. This is a title h3. This is a subhead p{color:red}. This is some text of dubious character. Isn't the use of "quotes" just lazy writing -- and theft of 'intellectual property' besides? I think the time has come to see a block quote. bq[fr]. This is a block quote. I'll admit it's not the most exciting block quote ever devised. Simple list: #{color:blue} one # two # three Multi-level list: # one ## aye ## bee ## see # two ## x ## y # three Mixed list: * Point one * Point two ## Step 1 ## Step 2 ## Step 3 * Point three ** Sub point 1 ** Sub point 2 Well, that went well. How about we insert an old-fashioned hypertext link? Will the quote marks in the tags get messed up? No! "This is a link (optional title)":http://www.textism.com table{border:1px solid black}. |_. this|_. is|_. a|_. header| <{background:gray}. |\2. this is|{background:red;width:200px}. a|^<>{height:200px}. row| |this|<>{padding:10px}. is|^. another|(bob#bob). row| An image: !/common/textist.gif(optional alt text)! # Librarians rule # Yes they do # But you knew that Some more text of dubious character. Here is a noisome string of CAPITAL letters. Here is something we want to _emphasize_. That was a linebreak. And something to indicate *strength*. Of course I could use my own HTML tags if I felt like it. h3. Coding This is some code, "isn't it". Watch those quote marks! Now for some preformatted text:
  
      $text = str_replace("

%::%

","",$text); $text = str_replace("%::%

","",$text); $text = str_replace("%::%","",$text);
This isn't code. So you see, my friends: * The time is now * The time is not later * The time is not yesterday * We must act out: |-

This is a title

This is a subhead

This is some text of dubious character. Isn’t the use of “quotes” just lazy writing—and theft of ‘intellectual property’ besides? I think the time has come to see a block quote.

This is a block quote. I’ll admit it’s not the most exciting block quote ever devised.

Simple list:

  1. one
  2. two
  3. three

Multi-level list:

  1. one
    1. aye
    2. bee
    3. see
  2. two
    1. x
    2. y
  3. three

Mixed list:

Well, that went well. How about we insert an old-fashioned hypertext link? Will the quote marks in the tags get messed up? No!

This is a link

this is a header
this is a row
this is another row

An image:

optional alt text

  1. Librarians rule
  2. Yes they do
  3. But you knew that

Some more text of dubious character. Here is a noisome string of CAPITAL letters. Here is something we want to emphasize. That was a linebreak. And something to indicate strength. Of course I could use my own HTML tags if I felt like it.

Coding

This is some code, "isn't it". Watch those quote marks! Now for some preformatted text:

  
      $text = str_replace("<p>%::%</p>","",$text);
      $text = str_replace("%::%</p>","",$text);
      $text = str_replace("%::%","",$text);
  
  
  

This isn’t code.

So you see, my friends: