Wiki Formatting Examples

lua-users home
wiki

This page provides the quickest way to learn the editing syntax of this site. Pick out something of interest and then hit the "edit" link to see how it's done. But don't experiment here... cancel the edit using your browser's back button. Please use the SandBox for testing.

Text styles: normal - italics - bold - bold-italic - monospace

Internal links: HomePage

Page separator:


Bulleted/indented text (tabs or 8 spaces ok):

External links:

Preformatted text:


  *------>>  follow me  >>------*

  |                             |

  |                             |

  *-------------<<--------------*

Combine indenting and preformatted text like this:

this is

indented

Lua code block:

-- the foo function

function foo(x)

    print('input is '..tostring(x))

end

Section headers:

This is header size 1

This is header size 2


Wondering why there are no explanations on this page? They would just clutter the examples.
RecentChanges · preferences
edit · history
Last edited April 6, 2013 11:13 pm GMT (diff)