Actions
Defect #41467
closedUnexpected font size on CommonMark Markdown help pages due to missing doctype declaration
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In the CommonMark Markdown help page, the font size is not displayed as intended, which contrasts with the deprecated Redcarpet-based Markdown help page. This issue is caused by the absence of a <!doctype>
declaration in the HTML.
The attached patch resolves the issue by adding <!DOCTYPE html>
.
Markdown Help | CommonMark Markdown Help |
---|---|
Files
Actions