You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steam bbcode is ugly.
Lists are usually formatted like this:
[list]
[*]aaa
[*]bbb
[*]ccc
[/list]
The closing tag for [*] is not mandatory, but I'd like to be able to force a closing </li> even if [/*] is not present.
In this case, a newline or the closing [/list] tag marks the end of a list element.
The text was updated successfully, but these errors were encountered:
Steam bbcode is ugly.
Lists are usually formatted like this:
The closing tag for
[*]
is not mandatory, but I'd like to be able to force a closing</li>
even if[/*]
is not present.In this case, a newline or the closing
[/list]
tag marks the end of a list element.The text was updated successfully, but these errors were encountered: