Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 15.0.0
-
None
Description
The markdown renderer from Qt Creator doesn't use syntax highlighting when rendering code blocks.
For example:
Below you have a C++ "Hello World" example: ```cpp #include <iostream> int main() { std::cout << "Hello World\n"; } ```
Notice that the editor has the proper syntax highlighting, while the rendering doesn't.
As a user I would prefer the rendering to be the same as the editor.
Attachments
Issue Links
- is covered by
-
QTCREATORBUG-31843 Improve MarkdownBrowser to be able to use it in Markdown Preview
-
- Reported
-