Skip to content

Commit b70f324

Browse files
committed
Fix: Escape # in mdx
1 parent e0a20f5 commit b70f324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Website/src/pages/download.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ import styles from "./styles.module.css";
138138
<p>You can verify the checksum with one of the following commands:</p>
139139
<pre>
140140
<code class="language-powershell">
141-
# PowerShell
141+
&#35; PowerShell
142142
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm SHA256
143143

144-
# Linux
144+
&#35; Linux
145145
sha256sum -c NETworkManager_&#123;VERSION&#125;_SHA256SUMS
146146
</code>
147147
</pre>

0 commit comments

Comments
 (0)