mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Fixes the styling bug that occurs when we use triple backticks to define code blocks in markdown. Now it looks like this: <img width="936" alt="Screenshot 2024-05-20 at 10 55 56 PM" src="https://github.com/firezone/firezone/assets/167144/36e88908-9023-4b91-82e4-c31d937dc015"> ## NOTE You *must* specify a language to use for highlighting, or `text` if plaintext. Otherwise, no codeblock colorizing will occur. Fixes #5057 --------- Co-authored-by: Not Applicable <ReactorScram@users.noreply.github.com>