WikiML
Download Current Version: wikiml.py (2005-06-08)
This is a simple little text-to-HTML adhoc parser I've used for various purposes. It uses yet another Wiki-ish markup language that's still in a state of flux. I'm currently not happy with how links or images are done, but I'll work at it.
Here is the syntax that it understands:
|
bold text |
||bold|| text |
|
italics text |
//italics// text |
|
|
[typewritten] text |
|
- a list |
Heading |
* Heading |
Subheading |
** Subheading |
Subsubsubsubsubsubheading |
****** Subsubsubsubsubsubheading |
| |
<hr> |
_link_to_page_:http://google.ca |
|
|
|
<img src=favicon.jpg width=32> |
You can also do pre-formatted tags by using <pre> tags, as in normal HTML.
There is also a new (rather experimental) feature allowing you to do columns by just lining the text up into columns. Make sure to leave at least three spaces between the columns, and use a blank line to separate the rows.
History
- 2005-06-08: Fixed link bug
- 2005-05-20: Fixed image bug
- 2005-04-09: Added column detection
- 2005-04-03: Initial Release