Adding to the Markdown parsing comment: if we’re going to type in Markdown anyway instead of having a proper WYSIWYG editor (make no mistake; I prefer the former!) (Although I see that highlighting text causes a WYSIWYG panel to open up, which I think is excellent), I think it makes sense to separate the raw input from the formatting. I would prefer a system such as Reddit or Stack Exchange have, where the text-box shows the raw Markdown, and the resultant formatted text is displayed elsewhere for review. Combining the two into one area makes fine editing more difficult.
I’m inclined to believe that this would also go some way toward fixing Jiro’s underscore issue, since “[struggling] with a malicious parser” is somewhat easier when you have easy access to the parser’s input and output. It might not help as much as I think, though, and it would indeed be easier not to have to struggle. (Jiro, as a workaround I would recommend surrounding the offending text with backticks, e.g. `expand_less`.
Adding to the Markdown parsing comment: if we’re going to type in Markdown anyway instead of having a proper WYSIWYG editor (make no mistake; I prefer the former!) (Although I see that highlighting text causes a WYSIWYG panel to open up, which I think is excellent), I think it makes sense to separate the raw input from the formatting. I would prefer a system such as Reddit or Stack Exchange have, where the text-box shows the raw Markdown, and the resultant formatted text is displayed elsewhere for review. Combining the two into one area makes fine editing more difficult.
I’m inclined to believe that this would also go some way toward fixing Jiro’s underscore issue, since “[struggling] with a malicious parser” is somewhat easier when you have easy access to the parser’s input and output. It might not help as much as I think, though, and it would indeed be easier not to have to struggle. (Jiro, as a workaround I would recommend surrounding the offending text with backticks, e.g. `
expand_less
`.