BITEmarks is a simple mark up language for quick web page authoring.
Currently in BITEmarks text:
- two new lines gives a new paragraph
- *sdas sa* renders "sdas sa" in bold font.
- _sdas sa_ renders "sdas sa" in italic font.
- "[aa.html with some text]" generates a hyper link
with text "with some text" to the URL aa.html"
- ** at the front of line renders as a <li>
- == at the front of line renders as a <ul>
- "." at the front of line renders as a </ul>
The standard method for
calling BITEmarks is to wrap some text in marks(qq(...)).
For example:
marks(q|
Anything your like
including "quotation marks".
|)
The range of BITEmarks is currently quite limited but, heh,
the language is only 2 hours old.