Bug overview
Description:
Steps to reproduce: Go to https://app-superoffice-docs-dev.azurewebsites.net/contribute/markdown-guide. Scroll for example to the HTML section.
Expected result: monospace, normal font-weight, background color, text color, markup hidden
Actual result: Bold font, the pair of single backticks is visible, no bg color. See https://docs.superoffice.com/contribute/markdown-guide/index.html for comparison.
Both docfx and Astro produce <code><br /></code>, but Astro also seems to add quotes around the inner br.
Additional details
Environment: Edge
Logs/screenshots:
Docfx:

Astro:

Bug overview
Description:
Steps to reproduce: Go to https://app-superoffice-docs-dev.azurewebsites.net/contribute/markdown-guide. Scroll for example to the HTML section.
Expected result: monospace, normal font-weight, background color, text color, markup hidden
Actual result: Bold font, the pair of single backticks is visible, no bg color. See https://docs.superoffice.com/contribute/markdown-guide/index.html for comparison.
Both docfx and Astro produce
<code><br /></code>, but Astro also seems to add quotes around the inner br.Additional details
Environment: Edge
Logs/screenshots:
Docfx:


Astro: