문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top