Currently, when writing code snippets in descriptions or comments, they are displayed as plain text without any syntax highlighting. This makes reading and understanding code difficult, especially for complex examples.
I would like to request the addition of syntax highlighting support in both description and comment fields. Ideally:
Code blocks should support fenced syntax (e.g. triple backticks with language identifiers like ```js, ```python).
There should be support for selecting a syntax highlighting theme, similar to how highlight.js or Prism.js offers customizable styles.
Users should be able to manually select the programming language used for highlighting, in case automatic language detection fails or misinterprets the code.
These improvements would greatly enhance readability and usability for users who include code in their documentation or discussions.