Use raw HTML in your notes
There might be times when wiki markup just isn't enough for you.
You can use HTML code in your notes - which bLADE Wiki will just copy across into the generated page without trying to interpret as wiki markup.
The HTML markup tags [< >] let you use any HTML code in a wiki page.
For example:
[<
<strong>Long-winded way to make bold text</strong>
>]
Anything that can be done in HTML can now be done in bLADE Wiki.
Use Internet-hosted images
A good use for this is for including images on the Internet.
[< <img src="http://www.domain.com/image.gif"/> >]
This is perhaps more useful on the desktop wiki, or on mobiles with a good Internet connection!