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
Parse Shell/Bash code blocks in Markdown with no error, like what 0.19.x versions do.
Actual Behavior
Warning: Unsupported highlight language "shell" will not be highlighted
Warning: Unsupported highlight language "bash" will not be highlighted
Warning: Missing type converter for type: this
Warning: Missing type converter for type: false
shell, sh, and bash will be mapped to the shellscript language in 0.20.2
true/false/this/null type converters - took me a while to see this... it's only a problem with old TS versions. Should also be fixed in 0.20.2.
Expected Behavior
Parse Shell/Bash code blocks in Markdown with no error, like what
0.19.x
versions do.Actual Behavior
Steps to reproduce the bug
tsconfig.json
Environment
The text was updated successfully, but these errors were encountered: