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
The recent fix for #70 helps (thanks!) but there is still a problem with the machinery that attempts to guess which highlighter to use. Can we not support GFM style where you say
```scala
or java or whatever to mark code blocks and indicate desired highlighting? My particular issue is that I have blocks for which I don't want any highlighting at all (no syntax is indicated after the ```) and they end up looking very strange.
The text was updated successfully, but these errors were encountered:
The recent fix for #70 helps (thanks!) but there is still a problem with the machinery that attempts to guess which highlighter to use. Can we not support GFM style where you say
or
java
or whatever to mark code blocks and indicate desired highlighting? My particular issue is that I have blocks for which I don't want any highlighting at all (no syntax is indicated after the ```) and they end up looking very strange.The text was updated successfully, but these errors were encountered: