Sandbox: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
No edit summary
No edit summary
Line 11: Line 11:
[http://google.com] link test
[http://google.com] link test


IF a line of plain text starts with a space THEN
== New section ==
it will be formatted exactly

as typed;
A single
in a fixed-width font;
newline
lines won't wrap;
has no
ENDIF
effect on the
this is useful for:
layout.
* pasting preformatted text;

* algorithm descriptions;

* program source code
But an empty line
* ASCII art;
starts a new paragraph.
* chemical structures;

Revision as of 16:42, 27 December 2004

This page is for editing experiments. Content added here will not stay !Headline

!! more ?

[1] link test

IF a line of plain text starts with a space THEN
  it will be formatted exactly
    as typed;
  in a fixed-width font;
  lines won't wrap;
ENDIF
this is useful for:
  * pasting preformatted text;
  * algorithm descriptions;
  * program source code
  * ASCII art;
  * chemical structures;