Tilengine - The 2D retro graphics engine forum

Full Version: Markup?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I find myself googling the MyBB markup codes for some things, like how to insert images inline, bold is easy to remember, I see the code one works - but a simple link had me stumped, even searching for it. I tried;

Code:
[url="test"]my link[/url]
[link="test"]my link[/link]

Is there a place to read all available markup commands? A handy list of what to type alongside your new post would be enough!
Yes, here is the official documentation for "MyCode", the syntax used by MyBB forums:
https://docs.mybb.com/1.6/MyCode/#MyCode..._Reference
Ah I didn't know it was called MyCode.  Thank you.