Hey guys.
I have been facing a bug related to console highlighting.
How can we highlight Bash/shell commands in a linux terminal? The example bellow is the correct way to do that in markdown but is not working correctly because inkdrop is not considering hashtag as a terminal prompt highlighting it.
# kind get clusters
# kind delete clusters kind
Deleted clusters: ["kind"]
# mkdir k8s
# cd k8s
# vim kind.yaml
In VsCode works fine: