From: levander Date: 2007-06-24T02:20:11+09:00 Subject: IRC Transcripts in Instiki and Markdown I haven't found a way to easily markup IRC transcripts in Markdown on my Instiki install yet. Hopefully this isn't a reason to go through all my wiki pages and switch to Textile. For an IRC transcript like this: M P r marks all the articles in the region with # M-& makes the next command apply to all marked articles M-U removes all marks (like the read mark) in gnus you can mark articles with # when you want commands to apply to more than one article the mark will disappear after the command is executed The best markup I've found is to simple wrap the text in
, 
tags. However, the usernames between the <, >'s always disappear when rendered in HTML. Is the only way to get the usernames not to disappear is in HTML is to replace the <, >'s with <, >'s? Can I get Markdown do that for me?