cbou / markdox

Markdox is a documentation generator based on Dox and Markdown. It parse Javascript and even Coffeescript.
http://cbou.github.com/markdox
230 stars 27 forks source link

method names with multiple underscore #7

Open whoisstan opened 11 years ago

whoisstan commented 11 years ago

I have a method that is called

list_all_request

but the _ in the method name are not escaped.

Could you add that?

cbou commented 10 years ago

Why do you want to escape for method name?

retorquere commented 9 years ago

Because if you don't, the underscores are interpreted as "make 'all' italics"