Bold and Italics should be able to embed in lists and one should be able to make links bold and italic. Text should be bold or italics across lines, but not across paragraphs.
Bold#
Creole:**bold**
Recommended XHTML:
<strong>bold</strong>
Output: bold
Creole:
Bold and italics should //be able// to cross lines. But, should //not be... ...able// to cross paragraphs.
Recommended XHTML:
<p> Bold and italics should <em>be</br> able</em> to cross lines. </p> <p> But, should //not be... </p> <p> ...able// to cross paragraphs. </p>
Output:
Bold and italics should be'
able to cross lines.
But, should not be...
...able to cross paragraphs.
Italics#
Ignore for italics processing if immediately following http: or ftp:Creole:
//italics//
Recommended XHTML:
<em>italics</em>
Output: italics
WikiMatrix italics syntax comparison
Bold Italics#
//**bold italics**// **//bold italics//**
Bold Italics#
Creole:**//bold italics//**
Recommended XHTML:
<strong><em>bold italics</em></strong>
Output: Bold italics
Creole:
//**bold italics**//
Recommended XHTML:
<em><strong>bold italics</strong></em>
Output: Bold Italics
Unacceptable:
**//bold italics**// //**bold italics//**
Bold and/or italic links#
Creole://[[Important page|this link is bold]]// **[[Important page]]** //**[[Important page]]**//
Recommended XHTML:
<em><a href="http://www.examplewiki.com/Important_Page">this link is bold</a></em> <strong><a href="http://www.examplewiki.com/Important_page">Important page</a></strong> <em><strong><a href="http://www.examplewiki.com/Important_page">Important page</a></strong></em>
Output:
this link is bold
Important page
Important page
Bold, Italics, Links, Pre in Lists#
Creole:- **bold** item - //italic** item # item about a [[certain page]] # { { { //this// is **not** [[processed]] } } }
Recommended XHTML:
<ul> <li><strong>bold</strong> item</li> <li><em>italic</em> item</li> </ul> <ol> <li>item about a <a href="http://www.examplewiki.com/certain_page">certain page</a></li> <li>//this// is **not** [[processed]]</li> </ol>
Output:
- bold item
- italic item
- item about a certain page
- //this// is **not** [[processed]]
Also see All Markup
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 05-Sep-2006 16:50 by 141.7.56.2.