Here's an example:
this is a **strong **word.
I'd expect this should be formatted as "this is a strong word" but comes out as unparsed source.
Context: I have some source coming in from Airtable, which is a "markdown-inspired" markup. It's close, but there are times like this where it does weird stuff. GitHub's parser correctly parses this, however, so I think it's reasonable.
Here's an example:
I'd expect this should be formatted as "this is a strong word" but comes out as unparsed source.
Context: I have some source coming in from Airtable, which is a "markdown-inspired" markup. It's close, but there are times like this where it does weird stuff. GitHub's parser correctly parses this, however, so I think it's reasonable.