From: cap Date: 2006-01-02T23:57:57+09:00 Subject: Can I disable the underscore function in markdown? I just wrote some ariticles about ruby and rails using markdown's syntax. I found that there are so many xxx_yyy methods descriped in my document and markdown mess them up to this xxx_yy .... aaa_bbb (I want)=> xxx yy...aaa(italic) bbb The only solution I found now is warp them all in ``. But doing this break my layout because of the gen by `` The underscore's usage is convention in ruby so I want to disable it's function in markdown Is there anybody can give me an advice?