I am trying in one of my posts to do this:
***how many*** **and** ***where***
Which for some reason comes out like this:

Why is that happening?
Shouldn't the middle word be bold?
Is this status-bydesign for markdown or is it (as I assume) a bug?
|
I am trying in one of my posts to do this:
Which for some reason comes out like this:
Why is that happening? Shouldn't the middle word be bold? Is this status-bydesign for markdown or is it (as I assume) a bug? |
|||||||||||||||||||||||
|
|
The obvious answer is to just not do that, but if you're that intent on it, try one of the following ways:
bold italic bold bold italic
bold italic bold bold italic
bold italic bold bold italic To satiate Michael Mrozek's curiosity, the extra space works because the strict bold-italic parser needs a space (or other non-word character) to match, and the first bold italic group gobbles the single space you had there originally, depriving the bold group of it. As a result only the italics group that's a subset of the bold group (that is, the |
||||
|
bold italic bold bold italic ***bold italic*** **bold** ***bold italic*** Notice the extra space between the 1st |
|||||||||||||||||
|