Use this thread to test issues with the bbcode parser.
This thread is dedicated to trying to break or exploit the bbcode parser. Please use the preview feature to check your output since it'll interpret the bbcode exactly the same as when it's posted. If you find anything that seems exploitable or unintended, feel free to post it so that I can look into it.
Right now table tags are the newest feature of the bbcode parser, so I would appreciate it if people tried breaking it a bit so I can patch it into shape.
Post amazing cat pictures here
This thread is for posting amazing pictures of cats or pictures of cats doing amazing things. Videos are also tolerated.
BBcode quick reference
This is a list of all currently supported bbcode tags. Feel free to post suggestions for new tags or other bbcode changes here.
[i]Italics[/i] - Italics
[b]Bold[/b] - Bold
[u]Underline[/u] - Underline
[s]Strikethrough[/s] - Strikethrough
[color=red]Set text color.[/color] - Set text color.
[size=20pt]Set text font size.[/size] - Set text font size.
[font=Impact]Set a specific font face.[/font] - Set a specific font face.
[url=https://github.com/Pecon/Agora]Make the elements inside hyperlinks.[/url] - Make the elements inside hyperlinks.
[iurl=#exampleanchor]Link to a page anchor (or hyperlink a page in the same window)[/iurl] - Link to a page anchor (or hyperlink a page in the same window)
[anchor=exampleanchor] - Create a page anchor at this point. Test it with the iurl link above.
[abbr=Make the elements inside have mouseover text]Make the elements inside have mouseover text[/abbr] - Make elements inside have title text.
[center]Center align[/center] -
Center align
[left]Left align[/left] -
Left align
[right]Right align[/right] -
Right align
[just]Justified text[/just] -
Justify
[tt]Monospace text[/tt] - Monospace text
[pre]Preformatted text ![/pre] -
Preformatted text !
[code]function hi()
{
print("hi");
}
[/code] -
Code
function hi()
{
print("hi");
}
[quote Name]Make a blockquote from Name[/quote] -
Quote from: Name
Make a blockquote from Name.
[img]https://agora.evalyn.app/themes/twilight/images/logo.png[/img] -
[audio]https://leopard.hosting.pecon.us/dl/lorvv/funorb_orb_defence_titlescreen.mp3[/audio] -
[video]http://pecon.us/dog.mp4[/video] -
[youtube]https://www.youtube.com/watch?v=vOLivyykLqk[/youtube] -
[vimeo]https://vimeo.com/130008333[/vimeo] -
[hr] - Make a horizontal line. -
[table border][tr][td]Hello[/td][td]Goodbye[/td][/tr][tr][td]Cat[/td][td]Dog[/td][/tr][/table] - Create a table. -
Hello
Goodbye
Cat
Dog
[nobbc]Skip [b]bbcode[/b] parsing of [i]text[/i] within this tag.[/nobbc] - Skip [b]bbcode[/b] parsing of [i]text[/i] within this tag.
[noparse][/noparse] - Alias of nobbc.
Nested tags:
This sentence contains lots of nested tags
Alignment:
Centered text
Right aligned text
This sentence is justified, but you can only tell if the text reaches the end of the page because css is weird like that. So here we are, typing lots of text in order to fill the requirement to test this alignment tag. Yawn.
Images:
MP4/WEBM video:
Youtube video:
Vimeo video:
Going to commit this update to the repository soon.