Skip to content

Implement syntax highlighting in Markdown-formatted content #80

@carlbennett

Description

@carlbennett

With Markdown, it's possible to indicate which language should be used for syntax highlighting by specifying it in the opening of the code block.

Example:
```cpp
int test = 0;
```

Perhaps it's possible to integrate syntax highlighting into the third-party library: Parsedown; we already use this third-party library to render Markdown-formatted content. This would allow contributing back to the open-source community and it would enable syntax highlighting all over the site where Markdown can be used.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions