Syntax highlighting of help-en/html

<h1>
	HTML Wiki Documents</h1>
<p>
	<span style="font-size: 16px;">HTML documents are edited through the use of the CKEditor.&nbsp; See <a href="http://ckeditor.com">http://ckeditor.com</a> (version 3.6) for more information or click the Modify link to edit this document. Unless otherwise noted, the examples below were created by keying or pasting text, selecting text, and clicking the various CKEditor styling buttons.</span></p>
<p>
	<span style="font-size: 16px;">The CKEditor uses style attributes to support colored text, background colors, and image positioning and resizing. Default configuration settings suppress these because style attributes are vulnerable to XSS attacks. If all wiki editors are trusted, then add the following line to wikiconfig.py. Read the configuration docs for more information.</span></p>
<p>
	<span style="font-size: 16px;">&nbsp;&nbsp;&nbsp; allow_style_attributes = True</span></p>
<p>
	<span style="font-size: 16px;"><span style="color: rgb(51, 51, 51); text-transform: none; line-height: 22.85px; text-indent: 0px; letter-spacing: normal; font-family: &quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);">Features currently not working with moin&#39;s HTML parser are marked with<span class="Apple-converted-space"> </span></span><strong style="font: bold 16px/22.85px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; color: rgb(51, 51, 51); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; box-sizing: border-box; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;">HTMLTODO</strong>.</span></p>
<h2>
	Table of Contents</h2>
<p>
	<strong><span style="font-size: 14px;">HTMLTODO:</span></strong> Other than entering source code, there is no means of creating a table of contents.</p>
<h2>
	Headings</h2>
<p>
	For H1 and H2 headings, see the top of this document and the above heading.</p>
<h3>
	Heading Level 3</h3>
<h4>
	Heading Level 4</h4>
<h5>
	Heading Level 5</h5>
<h6>
	Heading Level 6</h6>
<p>
	&nbsp;</p>
<h2>
	Text Formatting</h2>
<p>
	<span style="font-size:16px;">See comments about allow_style_attributes at the top of this page to turn on text-color and background color below.</span></p>
<p>
	<span style="font-size: 16px;">Normal <em>italic</em> <strong>bold</strong> <em><strong>bold-italic</strong></em> <u>underline</u> subscript<sub>2</sub> superscript<sup>2</sup> <strike>stroke</strike> <span style="color: rgb(255, 0, 0);">text-color</span> <span style="background-color: rgb(255, 255, 0);">background-color</span></span></p>
<p>
	<span style="font-size: 16px;">Left aligned</span></p>
<p style="text-align: center;">
	<span style="font-size: 16px;">Centered</span></p>
<p style="text-align: right;">
	<span style="font-size: 16px;">Right aligned</span></p>
<h2>
	Internal Links</h2>
<p>
	To add a link to an item in the default namespace, just use the item name or full http protocol. Add a leading / if the originating item is not in the default namespace. To suppress the leading www icon like the first item below, use a simple link and choose &lt;other&gt; as the link protocol.</p>
<p>
	In order to make your wiki relocatable, use relative hrefs. Use of href starting with &quot;/&quot; will break if the wiki is redeployed under a new wiki_root.</p>
<p>
	<a href="Home">Home</a></p>
<p>
	<a href="/SubItem">/SubItem</a></p>
<p>
	<a href="help-en/Sibling">help-en/Sibling</a></p>
<p>
	<a href="../Sibling">../Sibling</a></p>
<p>
	To add a link to an item in a namespace, use &lt;namespace&gt;/&lt;item name&gt;.</p>
<p>
	<a href="users/Home">users/Home</a></p>

<h2>
	External Links</h2>
<p>
	<a href="https://moinmo.in">Moin</a> <a href="https://moinmo.in">https://moinmo.in</a></p>
<h2>
	Transclusions</h2>
<h3>
	Images</h3>
<p>
	<img alt="my image" src="wiki:///help-common/cat.jpg?do=get" style="width: 66px; height: 66px; float: right;" /><span style="font-size:16px;">To display an image stored in the wiki you must enter a wiki:// link in the CKEditor. This example uses wiki:///help-common/cat.jpg?do=get.</span></p>
<p>
	<span style="font-size:16px;">This logo is defined to be aligned right and appears that way in the CKEditor. See comments about allow_style_attributes at the top of this page.</span></p>
<h3>
	Media</h3>
<p>
	<strong><span style="font-size: 14px;">HTMLTODO: </span></strong><span style="font-size:16px;">Other than entering source code, there apears to be no CKEditor support for audio and video.</span></p>
<h2>
	Blockquotes and Indentations</h2>
<blockquote>
	<p>
		Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br />
		Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,<br />
		viverra nec, fringilla in, laoreet vitae, risus.</p>
</blockquote>
<h2>
	Lists</h2>
<h3>
	Unordered Lists</h3>
<ul>
	<li>
		one</li>
	<li>
		two
		<ul>
			<li>
				A</li>
			<li>
				B</li>
			<li>
				C</li>
		</ul>
	</li>
	<li>
		three</li>
</ul>
<h3>
	Ordered Lists</h3>
<ol>
	<li>
		one</li>
	<li>
		two</li>
	<li>
		three
		<ol>
			<li>
				a</li>
			<li>
				b</li>
			<li>
				c</li>
		</ol>
	</li>
</ol>
<h2>
	Definition Lists</h2>
<p>
	<strong><span style="font-size: 14px;">HTMLTODO: </span></strong><span style="font-size:16px;">Other than entering source code, there appears to be no CKEditor support for definition lists.</span></p>
<h2>
	Horizontal Rules</h2>
<hr />
<hr />
<h2>
	Tables</h2>
<table align="center" border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<caption>
		Fruit Colors</caption>
	<thead>
		<tr>
			<th scope="col">
				Fruit</th>
			<th scope="col">
				Color</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				Apple</td>
			<td>
				Red</td>
		</tr>
		<tr>
			<td>
				Banana</td>
			<td>
				Yellow</td>
		</tr>
	</tbody>
</table>
<table border="1" cellpadding="1" cellspacing="1" height="44" width="499">
	<caption>
		Fruit Colors</caption>
	<tbody>
		<tr>
			<th scope="row">
				Fruit</th>
			<td>
				Apple</td>
			<td>
				Banana</td>
		</tr>
		<tr>
			<th scope="row">
				Color</th>
			<td>
				Red</td>
			<td>
				Yellow</td>
		</tr>
	</tbody>
</table>
<h2>
	Smileys and Icons</h2>
<p>
	<img alt="cool" src="http://localhost:8080/+serve/ckeditor/plugins/smiley/images/shades_smile.gif" style="width: 20px; height: 20px;" title="cool" /></p>
<p>
	<span style="font-size: 16px;"><strong>HTMLTODO: </strong>The CKEditor smiley tool creates static URLs. The URL for the smiley above is valid for the moin2 built in server running at port 8080.</span></p>
<h2>
	Admonitions</h2>
<p>
	<span style="font-size: 16px;"><strong>HTMLTODO: </strong>Other than entering source code, there is no support for moin-style admonitions.</span></p>
<h2>
	Comments</h2>
<p>
	<span style="font-size: 16px;"><strong>HTMLTODO: </strong>Other than entering source code, there is no support for moin comments that can be hidden/uhhidden.</span></p>
<h2>
	Footnotes</h2>
<p>
	<span style="font-size: 16px;"><strong>HTMLTODO: </strong>Other than entering source code, there is no support for footnotes.</span></p>