The inline code syntax matcher is too greedy. A single instance runs past the closing backtick to the end of the paragraph:
One `two three` four five |
One two three
four five
Multiple instances in a paragraph help to illuminate what's happening: the styled span starts at the opening backtick but closes at the end of the paragraph, so multiple instances produces nested spans:
One `two` three `four` five |
One two
three four
five
Code or it didn't happen. Or more like, "Code or I have no idea what the question is." :)
I humbly request escalation of a fix for this bug. I'm pleased to see improvements to the BBS forum markup, but inline code markup still doesn't terminate correctly.
(Not sure about dw817's comment. Hopefully it's clear that this is a bug report about the BBS forum software. :) )
[Please log in to post a comment]