I’m mostly fine without Markdown support on #Mastodon, however, for code, it would be great:
– No need to escape @, #, and URLs in some manner.
– Monospaced font where it’s easier to distinguish (e.g.) I and l and |
– Syntax highlighting (not as important)
@Blue_Jersey Depending on your use case, Git gists (https://gist.github.com/) are a tool some people swear by. Git will do a pretty decent job of auto-formatting the content if it knows about the language.
@mtomczak @Blue_Jersey Yes. I use GitHub Gists, too.