You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The website's build-static-content script replaces words with double parentheses inside of code blocks with a <span>, which leads to some content not being rendered.
Example:
Codeblock on GitHub:
Codeblock on fleetdm.com:
To resolve:
Update the build static content script to exclude double parentheses inside of code blocks.
Issue/Goal:
The website's build-static-content script replaces words with double parentheses inside of code blocks with a
<span>, which leads to some content not being rendered.Example:
Codeblock on GitHub:

Codeblock on fleetdm.com:
To resolve: