Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Creole format.

Creole format: Difference between revisions

From MoodleDocs
No edit summary
m (Reverted edits by Phoenixallen (talk) to last revision by Helen Foster)
Line 61: Line 61:
[[Category:Wiki]]
[[Category:Wiki]]
[[Category:Moodle 2.0]]
[[Category:Moodle 2.0]]
[http://cvresumewritingservices.org/ resume services]

Revision as of 08:45, 11 May 2011

Moodle 2.0


Creole is a common wiki markup language for which a small edit toolbar is available in Moodle.

Creole syntax examples

Emphasized text:

//emphasized// (e.g., italics)

**strongly emphasized** (e.g., bold)

Lists:

* Bullet list
* Second item
** Sub item
# Numbered list
# Second item
## Sub item

Links:

Link to [[wikipage]]
[[link_address|link text]]

Headings: (closing equals signs are optional)

= Extra-large heading
== Large heading
=== Medium heading
==== Small heading

Linebreaks:

Force\\linebreak

Horizontal Line:

----

Images:

{{Image.jpg|title}}

Tables:

|= |= table |= header |
| a | table | row |
| b | table | row |

No markup:

{{{
This text will //not// be **formatted**.
}}}

See also