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
Before realizing that there is only support for a very limited amount of languages, I created simple markdown to visualize which languages worked and how well they worked.
Now here's what this looks like with Markdig and Markdig.SyntaxHighlighting:
As you can see, both objectivec and bash break formatting entirely, and I did expect them to just be shown as regular code blocks, but without syntax highlighting.
Additionally, where should I look for to potentially add support for more languages?
The text was updated successfully, but these errors were encountered:
Before realizing that there is only support for a very limited amount of languages, I created simple markdown to visualize which languages worked and how well they worked.
Syntax Highlighting
std::string message = "Hi"; std::cout << message << endl;
Now here's what this looks like with Markdig and Markdig.SyntaxHighlighting:
As you can see, both
objectivec
andbash
break formatting entirely, and I did expect them to just be shown as regular code blocks, but without syntax highlighting.Additionally, where should I look for to potentially add support for more languages?
The text was updated successfully, but these errors were encountered: