I was just thinking about this as I was reading the Roll20 Ask Me Anything post and all the new features being discussed there, and wondering "why no love for handouts?". We really need a way to more creatively format handouts, and markdown seems like the obvious way to do this. Since they suggested adding ideas in this forum, I came here to do that, and found that I'd missed this one, so I've added my vote. Here's my two cents on what I'd like to see. There is basic markdown support in chat , for bolding and italics, but what I'd want is something more along the lines of the support provided via the Mod (API script) available for Pro users ( markdown.js ) that lets you use markdown with CSS-based styling, and add background graphics, inline images, and other things. It's fairly buggy though (very sensitive to line endings and invisible characters) and steals the GM Notes section, so it's harder to have hidden non-player info. Doing this as part of the VTT system would be cleaner. What I'd like to see in an improved "text block" system for handouts and other uses: As per the original post, a default WYSIWYG editor with the ability to edit the results as markdown A complex markdown syntax (along the lines of this summary ) that supports the current features of handout formatting To @Ada L.'s point, a way to see (and delete) embedded non-printing characters (maybe as unicode) that can mess up text As @Andrew R. said, make it universal (all text fields, not just handouts) HTML support for things like <br>, <hr> etc to permit additional styling (some way for inline CSS or similar methods to call out colors, fonts, etc would be important) Being able to paste in markdown created elsewhere (in a more highly-featured editor than the game can support, for example) Being able to save a handout (or a folder of handouts) into a markdown text file (or folder of such) Support for background graphics, inline graphics, etc (including graphics in text, so you can mimic an illuminated manuscript with art in place of a letter) - this should include putting graphics inside a table, for example, and applying formats like "left side of page", "centered", etc