Support for syntax highlighting in Mattermost Boards
Mattermost Boards should support, in Cards text content, code blocks with language specification. For example:
// Your First Program
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Refer also to the following issue: https://github.com/mattermost/mattermost/issues/23627
-
austin benz commented
Syntax highlighting would be a fantastic addition to Mattermost Boards, especially for teams sharing and reviewing code snippets. It'd definitely enhance readability and collaboration.
-
jsuausii eueueii commented
Thank you for your suggestion to support code blocks with language specification in Mattermost Boards' card text content. It's a valuable feature request, and I've taken note of it. I'll make sure to explore the linked issue for further details and updates on this enhancement. Your feedback is appreciated!
-
Helen Bright commented
Davide, it's great that there is such a function. For me personally, this is simply necessary, because all the time I make a lot of mistakes, including syntactic ones.
-
Helen Bright commented
Davide, it's great that there is such a function.