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
I think a good first step would be to complain about fenced code blocks where the info string is note, caution, or advanced.
The list of languages known to GitHub is here, but I don't immediately know where the source of truth is for the exact list of languages that Exercism can syntax highlight.
The text was updated successfully, but these errors were encountered:
The list of languages known to GitHub is here, but I don't immediately know where the source of truth is for the exact list of languages that Exercism can syntax highlight.
I think Exercism uses highlight.js? I'm fairly certain that e.g. julia-repl works.
configlet lint can't catch all the potential problems with info strings (for example, somebody might accidentally write a valid info string that does not match the language inside the block).
Follow-up to exercism/julia#607
I think a good first step would be to complain about fenced code blocks where the info string is
note
,caution
, oradvanced
.The list of languages known to GitHub is here, but I don't immediately know where the source of truth is for the exact list of languages that Exercism can syntax highlight.
The text was updated successfully, but these errors were encountered: