DocCodeBlock allows writing code that will be highlighted differently depending on the specified language.
Currently, the language in DocCodeBlock can only be specified to be c++, others are ignored and rendered as if it was unspecified. It would be nice to support other languages as well such as bash, swift or js in order to have properly highlighted code in the generated Github Markdown files.
DocCodeBlockallows writing code that will be highlighted differently depending on the specified language.Currently, the language in
DocCodeBlockcan only be specified to bec++, others are ignored and rendered as if it was unspecified. It would be nice to support other languages as well such asbash,swiftorjsin order to have properly highlighted code in the generated Github Markdown files.