0

Some variants of Markdown understand that (say)

/:id/archive_browser/get_file

should not be interpreted as

/:id/archivebrowser/getfile

But I can't get gimli to behave in this manner. Is there a way to do this?

Charles
  • 50,943
  • 13
  • 104
  • 142
Scott C Wilson
  • 19,102
  • 10
  • 61
  • 83

1 Answers1

1

the first way that comes to mind is to escape the underscores like this.

/:id/archive\_browser/get\_file

I've tested it with gimli, and it works.