<!-- If you are able to open the application the best way gather all needed information and post questions, feature requests or issues is to use the issue assistant in the "Help menu"! The menu entry is named "Post questions, feature requests or issues". If you have a feature request with a script please open an issue on https://github.com/qownnotes/scripts/issues and mention the authors of the script. You will find the authors in the *Script repository*. --> #### Is your feature request related to a problem? Please describe. There no code highlight for console content. Bash,shell and console is not the same. #### Describe the solution you'd like For example, Github render engine supports `console` block identifier: ```console foo@bar:~$ whoami foo ```  It listed in https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml#L6782
Is your feature request related to a problem? Please describe.
There no code highlight for console content. Bash,shell and console is not the same.
Describe the solution you'd like
For example, Github render engine supports
consoleblock identifier:It listed in https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml#L6782