From 4994ba1e600be973c809ae062a89cffdbebe67cc Mon Sep 17 00:00:00 2001 From: Ethan <39577870+ethanndickson@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:13:02 +1100 Subject: [PATCH] docs: remove broken gfm alert (#16902) It looks like GFM does not respect the `![]` alert syntax (and any other alert type) when it's enclosed within a div. This is true for both the coder.com GFM renderer, and GitHub's (though I assume they're the same internally). When the section is surrounded by a `
`: ![image](https://github.com/user-attachments/assets/0f7d4029-a0a5-4d38-a489-f3b893c68dd8) When it's not: ![image](https://github.com/user-attachments/assets/765d3629-0108-43cc-8047-972dfd806c7d) In our case, we really want the tabs, and the alert block is less important, so we'll downgrade it to a regular quote. cc @aqandrew for visibility, in case you're aware of a workaround. --- docs/user-guides/desktop/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index dbb2201de9..6879512ef6 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -34,7 +34,6 @@ You can install Coder Desktop on macOS or Windows. 1. Continue to the [configuration section](#configure). -> [!IMPORTANT] > Do not install more than one copy of Coder Desktop. > > To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`.