by Kyndreth » Mon Mar 13, 2017 8:07 am
Hm... generally bbcode is only seen on forums I think. But since it applies somewhat well for html, it works out I suppose. BBcode and the like are usually simpler codes used to stand in for html commands or something.
b for bold = [b] and to note the end of the bolded part it's [b] but with a / right before b
So
b for bold
[] for code
/ for end
bold = [ b ]
end bold = [ / b ]
Something like that?
i is for italics
u is for underline
Quote is... well quote
code means show code
List means bullet list
img means image
url means url (and to do a url it's [url = <url here>]Url text here [/ url]
stuff like that.
I dunno, for me it's kinda rote memory I guess? But that's the general concept.