| Summary: | Some markdown in headings resets font size to normal text | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] markdownpart | Reporter: | 0BADC0DE <vincenzo.romano> |
| Component: | general | Assignee: | Friedrich W. H. Kossebau <kossebau> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | markdownpart integrated into kate | ||
|
Description
0BADC0DE
2024-10-27 06:44:20 UTC
Created attachment 175265 [details]
markdownpart integrated into kate
Thanks for the report. The markdownpart itself though does not do any related processing, instead completely relies on Qt's QTextDocument::setMarkdown() method to do the formatting. See also MarkdownPart::openFile() implementation at https://invent.kde.org/utilities/markdownpart/-/blob/master/src/markdownpart.cpp?ref_type=heads#L112 So this bug report needs to be filed upstream against Qt, please. Why the status is "RESOLVED UPSTREAM"? Is has not been solved at all yet! (In reply to 0BADC0DE from comment #3) > Why the status is "RESOLVED UPSTREAM"? Is has not been solved at all yet! That is an unlucky display of the status, there should be a "," in the middle. The status relative to the product here is "resolved", with an indication this is an "upstream" issue. |