Account creation has been finally re-enabled! Sorry for the obnoxiously long wait.
You can now create an account, but have to wait a day for it to be autoconfirmed (unconfirmed users can't edit).
Markleft
Markleft is a markup language made by Fune for BonziWORLD. The first version was added in bonzi.lol and was basically just markdown. Markleft is used for formatting text. In 6.9 it could be disabled, in BW7 it cannot be disabled (but it will soon).
Syntax
Markleft options are enclosed in 2 dollar signs, and markleft is terminated by 2 dollar signs with nothing in between them.
$option=value$ markleft text $$ normal text
options are seperated using commas
$option=value, option2=value2$ more text $$
Options & Examples
color: text color
$color=red$ red text $$
font: a font supported by CSS (replace spaces with underscores)
$font=times_new_roman$ times new roman text $$
icon: a fontawesome icon
$icon=wifi$$$ <- that's a wifi icon
Shortcuts
- For bold text type **text**
- For big text type ###text###
- For italic text type ~~text~~
- For underlined text type __text__
- For line-through text type --text--
- For rainbow text type $r$text$r$