Closes: https://github.com/fleetdm/fleet/issues/25176 Changes: - Updated the to-html helper to add the `v-pre` directive to Markdown code blocks, This directive will prevent any of the content inside of it from being interpreted as a Vue template. - Updated the regex in build-static-content that looks for vue templates to not match any templates inside code blocks.