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'd love to have syntax highlighting inside markdown code blocks:
```elixir
IO.puts("some output")
```
There is an Example Repo I found in microsoft/vscode#34891, but I just started using VSCode and don't feel confident enough (yet) to open up a PR and give it a try on my own.