You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`[resources]`](https://luigi.readthedocs.io/en/stable/configuration.html?highlight=resources#resources) section you can
which on github renders properly as [resources]. In markdown-mode the markdown-hiding is broken for that type of link text. I admit this is tricky, not sure how other mardown-renderers handle this. But gfm-mode at least should aim to reproduce what github is showing.
Expected Behavior
When markdown hiding is enabled, render a link to a toml section where the link text contains the square brackets as [text], don't show the URL.
Actual Behavior
All parts of the markdown are shown, nothing is hidden when the link text is surrounded by square brackets in Emacs:
I added the link
which on github renders properly as
[resources]
. In markdown-mode the markdown-hiding is broken for that type of link text. I admit this is tricky, not sure how other mardown-renderers handle this. Butgfm-mode
at least should aim to reproduce what github is showing.Expected Behavior
When markdown hiding is enabled, render a link to a toml section where the link text contains the square brackets as
[text]
, don't show the URL.Actual Behavior
All parts of the markdown are shown, nothing is hidden when the link text is surrounded by square brackets in Emacs:
Steps to Reproduce
Reproduced with
M-x gfm-mode
M-x markdown-toggle-markup-hiding
test-case.md
Software Versions
The text was updated successfully, but these errors were encountered: