Closed kemitix closed 3 years ago
Use the standard markdown escape \
before the leading [
to have it interpreted as a plain text.
@vsch Thanks. I think I'd been trying to escape both open and close braces.
@vsch Is this not a bug? It seems that escaping should not be required, at least according to the CommonMark spec. This example works, in addition.
I am running into this issue as well but escaping is not an option as I do not have control of the Markdown input.
I have a source document that contains a phrase like:
When parsed, this is interpreted as a
LinkRef
. How do I tell flexmark to treat it as plain text?Thanks