(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 

Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-5) was last changed on 23-Feb-2007 13:13 by null  

This page was created on 26-Sep-2006 01:28 by Jared Williams

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 6 added 72 lines
----
==2007-02-23==
Updated my implementation at [[http://homepage.ntlworld.com/jared.williams/creole/Creole.zip]]
* Now parses [[BoldAndListsAmbiguity]] correctly.
* Inline markup (excluding links) within links is now implemented {{{ {{[[link|**bold**\\//italics//\\{{{mono}}}]] }}} and {{{ [[link|{{http://www.example.org/image.png|image link}}]] }}}.
* Few other bug fixes.
* Table header cells added.
* Headers now define document structure.
{{{
=Main Heading=
==1
===1.1
==2
===2.1
====2.1.1
=====2.1.1.1
======2.1.1.1.1
=====2.1.1.2
======2.1.1.2.1
===2.2
==3
}}}
generates
{{{
<div>
<div class="section">
<h1>Main Heading</h1>
<div class="section">
<h2>1</h2>
<div class="section">
<h3>1.1</h3>
</div>
</div>
<div class="section">
<h2>2</h2>
<div class="section">
<h3>2.1</h3>
<div class="section">
<h4>2.1.1</h4>
<div class="section">
<h5>2.1.1.1</h5>
<div class="section">
<h6>2.1.1.1.1</h6>
</div>
</div>
<div class="section">
<h5>2.1.1.2</h5>
<div class="section">
<h6>2.1.1.2.1</h6>
</div>
</div>
</div>
</div>
<div class="section">
<h3>2.2</h3>
</div>
</div>
<div class="section">
<h2>3</h2>
</div>
</div>
</div>
}}}
==2007-02-05==
At line 8 changed one line
It should be, if not close to an 0.4 implementation. It guarantees valid XML output (unless bug in libxml) and should always output valid XHTML. Has a few specific engine quirks, like using {{{<object>}}} for local inclusions, instead of {{{<img>}}}, and as such output isn't intended for displaying directly to a browser.
It should be, if not close to an 0.4 implementation. It guarantees valid XML output (unless a bug in libxml) and should always output valid XHTML. Has a few specific engine quirks, like using {{{<object>}}} for local inclusions, instead of {{{<img>}}}, and as such output isn't intended for displaying directly to a browser.
Version Date Modified Size Author Changes ... Change note
5 23-Feb-2007 13:13 2.288 kB null to previous Parser update
4 05-Feb-2007 22:13 0.786 kB 62.252.32.15 to previous | to last Implementation
3 05-Feb-2007 22:10 0.736 kB 62.252.32.15 to previous | to last Implementation
2 08-Oct-2006 13:22 0.266 kB Jared Williams to previous | to last Website removed
1 26-Sep-2006 01:28 0.449 kB Jared Williams to last Hello
« This page (revision-5) was last changed on 23-Feb-2007 13:13 by null