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
Currently, our markdown viewer does not allow formatting of code with specified languages as shown below:
Thus, it might be good if we can add extensions like remark-prism with the appropriate formatting libraries to support code highlighting for popular coding languages like python, python3, c++, c etc.
note
Modifications should only be done to the MarkdownViewer component.
The text was updated successfully, but these errors were encountered:
Currently, our markdown viewer does not allow formatting of code with specified languages as shown below:
Thus, it might be good if we can add extensions like
remark-prism
with the appropriate formatting libraries to support code highlighting for popular coding languages likepython
,python3
,c++
,c
etc.note
Modifications should only be done to the
MarkdownViewer
component.The text was updated successfully, but these errors were encountered: