diff --git a/doc/doc-cheat-sheet.md b/doc/doc-cheat-sheet.md index 921f21ab2747..e70db78cfd5d 100644 --- a/doc/doc-cheat-sheet.md +++ b/doc/doc-cheat-sheet.md @@ -131,7 +131,7 @@ For external links, use only the URL, or Markdown syntax if you want to override * - Input - Output * - `https://ubuntu.com/lxd` - - [https://ubuntu.com/lxd](https://ubuntu.com/lxd) + - [{spellexception}`https://ubuntu.com/lxd`](https://ubuntu.com/lxd) * - `[LXD](https://ubuntu.com/lxd)` - [LXD](https://ubuntu.com/lxd) ``` @@ -144,7 +144,7 @@ To display a URL as text and prevent it from being linked, add a `` * - Input - Output * - `https://ubuntu.com/lxd` - - https://ubuntu.com/lxd + - {spellexception}`https://ubuntu.com/lxd` ```