I like to use markdown notation in my subversion commit messages, planning to one day create a "log" function that will output the commit messages in a HTML page, not unlike Trac's "history" view. (If Trac doesn't have a markdown plugin by then for exactly that purpose.)
Can anybody think of any reasons against this?
The only thing special about this that comes to mind is the use of backticks
but they should be escaped like anything else, so that shouldn't be a problem.