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
Updated by Go MAEDA about 1 year ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 6.0.0
- Resolution set to Fixed
Committed the fix in r23108.
Actions