RexAliquid |
1 person marked this as a favorite. |
Looks like something broke with this post.
Probably a bad interaction between italics and dice rolling. You could flag for a Markup/display problem, but my guess is that it will clear up on your next page.
Brian Bauman Software Architect |
Thanks for doing the legwork on this one, RexAliquid. Sure enough, the issue was a markdown leak.
Changing
[italics-tag][dice-tag][/italics-tag]=2d4+2[/dice-tag]
to
[italics-tag][dice-tag]=2d4+2[/dice-tag][/italics-tag]
resolved the issue.
I also opened a ticket so the developers can look into improving our markdown handling.