Chris Goldsmith
Results
2
comments of
Chris Goldsmith
There's a similar issue without even considering links ```md my_file_name is _italic_ ``` is prettified to ```md my*file_name is \_italic* ``` I tried to circumvent this by escaping the `_`...
We use megalinter to run markdown-link-check on our PRs and our markdown files have TOCs generated via the markdown all in one vscode extension. Having updated megalinter recently this bug...