There is a bug in the markdown parser that does not hyperlink links from within an inline code block.
Code:
`[DOM Standard](https://dom.spec.whatwg.org/)`
Real:
[DOM Standard](https://dom.spec.whatwg.org/)
There is a bug in the markdown parser that does not hyperlink links from within an inline code block.
Code:
`[DOM Standard](https://dom.spec.whatwg.org/)`
Real:
[DOM Standard](https://dom.spec.whatwg.org/)