Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement syntax highlighting in Markdown-formatted content #80

Closed
carlbennett opened this issue Mar 2, 2018 · 2 comments
Closed

Implement syntax highlighting in Markdown-formatted content #80

carlbennett opened this issue Mar 2, 2018 · 2 comments

Comments

@carlbennett
Copy link
Member

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.

@carlbennett
Copy link
Member Author

This was implemented into the feature/bootstrap branch:
develop...feature/bootstrap

@carlbennett
Copy link
Member Author

This has been implemented in the latest version of the code as of 4c31d5d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant