Created
September 9, 2015 19:29
-
-
Save carlisia/2e2b2575d40a84be94de to your computer and use it in GitHub Desktop.
MatterMost Feedback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
Thanks @carlisia!
I've added Markdown support to the golang list: https://mattermost.atlassian.net/browse/PLT-17
Also, the link I had previously was incorrect, here's a list of the Golang community issues we're tracking right now: https://mattermost.atlassian.net/issues/?filter=10300
Very open to hear more as we knock out these ones.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @it33, it takes time, but you are going in a great direction, having a good base already and interested in taking feedback.
I have a feature request (forgot to add to that list): ability to markdown code, for exemple, a la slack or github it would be:
This way (3 back ticks, newline, code, new line, 3 back ticks):
Or even (1 back tick, code, 1 back tick):
this way
class(){}
Thanks again!