Creole (markup)

Source: Wikipedia, the free encyclopedia.

Creole is a

wiki engines
.

History

The idea was conceived during a workshop at the 2006 International Symposium on Wikis.

EBNF grammar and XML interchange format for Creole have also been published.[3][4] Creole was designed by comparing major wiki engines and using the most common markup for a particular wikitext element. If no commonality was found, the wikitext of the dominant wiki engine MediaWiki
was usually chosen.

On July 4, 2007, the version 1.0 (final)[5] of Creole was released, and a two-year development freeze was implemented to allow time for authors of wiki engines to adopt the new markup.

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**.
}}}

Support in engines

Creole 1.0 is the default syntax in Bitbucket wikis, which also support some Creole 1.0 additions.[6]

Creole 1.0 is one of the available markup languages for the online educational platform Moodle,[7] and the UML rendering software PlantUML.[8]

References

  1. ^ Chuck Smith. "Wiki Creole Press Release". wikicreole.org. Archived from the original on 9 October 2018. Retrieved 30 November 2008.
  2. ^ Sauer, Christoph; Chuck Smith; Tomas Benz (2007). "Wiki Creole: A Common Markup" (PDF). Proceedings of the 2007 International Symposium on Wikis. ACM Press. pp. 131–142. Archived from the original (PDF) on 2008-09-07. Retrieved 2008-11-30.
  3. S2CID 43278300
    . Retrieved 2008-11-30.
  4. . Retrieved 2008-11-30.
  5. ^ "Creole 1.0". WikiCreole. Archived from the original on 2012-05-03. Retrieved 2014-01-25.
  6. ^ "Special Support for Creole". Atlassian Documentation. Retrieved 2018-02-03.
  7. ^ "Creole format - MoodleDocs". MoodleDocs.
  8. ^ "Creole support in PlantUML". PlantUML.

External links