You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: