J2JS
Home > PowerDash > Wiki Markup

Wiki Markup PowerDash 1.1

PowerDash supports a subset of the markup defined by Confluence.

Wiki Markup Examples Resulting Browser Layout
This is
just one paragraph.

An empty line marks the end of a paragraph.
This is

just one paragraph.

An empty line marks the end of a paragraph.

There are six levels of headings.
h1. Most Important
h3. Mid Important
h6. Least Important
There are six levels of headings.

Most Important

Mid Important

Least Important
Font style can be *bold* and _italic_ font.
Font style can be bold and italic font.
Links are simple http://www.j2js.com

or have display text.
An image is inlined with !images/firefox.gif!.
An image is inlined with images/firefox.gif.
For the managed image named _tux_ by
the user _system_ write !system^tux!.

Add parameters _width_ and _height_ (in pixels), for
example !system^tux|width=40,height=80!.

Thumbnails can be referenced with !system^tux|thumbnail!.
For the managed image named tux by

the user system write system^tux.

Add parameters width and height (in pixels), for

example system^tux|width=40,height=80.

Thumbnails can be referenced with system^tux|thumbnail.

Missing images are displayed as such, for example
 !system^tuxyz! or !system^tuxyz|thumbnail!.
Missing images are displayed as such, for example

system^tuxyz or system^tuxyz|thumbnail.
A table is defined by header rows and data rows:
|| header cell1 || header cell2 ||
| row1 cell1 | row1 cell2 |
| row2 cell1 | row2 cell2 |
A table is defined by header rows and data rows:

header cell1 header cell2
row1 cell1 row1 cell2
row2 cell1 row2 cell2
Special chars may be quoted with the \ character,
so that \*this is not bold\*,
and \_this is not italic\_ either.
Also this *word\* should not be bold.
Note that < and > must not be quoted.
Special chars may be quoted with the \ character,

so that *this is not bold*,

and _this is not italic_ either.

Also this *word* should not be bold.

Note that < and > must not be quoted.
Unordered list:
* item 1
* item 2
Unordered list:

  • item 1
  • item 2
Ordered list:
# item 1
# item 2
Ordered list:

  1. item 1
  2. item 2
Nested lists:
* item1
*# subitem A
*# subitem B
* item2
Nested lists:

  • item1
    1. subitem A
    2. subitem B
  • item2
The {noformat} macro is used to display preformatted text.
White space is left intact, and text is rendered with a
fixed-pitch font.
{noformat}
    a
      b
    c
{noformat}
The {noformat} macro is used to display preformatted text.

White space is left intact, and text is rendered with a

fixed-pitch font.

    a
      b
    c
The {html} macro inserts arbitrary HTML fragments.
{html}
    <span style="background-color:red;">Foo</span>
    <button>Click</button>
{html}
The {html} macro inserts arbitrary HTML fragments.

Foo
Last build on Mon Jan 05 21:11:36 CET 2009