Always escape brackets in Markdown link text (
[]
becomes
\[\]
)
CommonMark allows balanced brackets
[]
in link text (e.g.
[[JIRA-123] My Project](https://link/)
). If your Markdown processor does not support this use case, you can enable this feature so that Copy as Markdown always escape brackets in the link text.
Reset to Default