Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I view the source of Markdown files on wiki Github?

How do I view the raw source of a wiki github file, like this: (without closing the wiki repo)

NOTE: I don't see a raw button for a wiki github page (which was the proposed solution for How do I view the source of Markdown files on Github? )

like image 349
timotheecour Avatar asked Sep 05 '25 03:09

timotheecour


1 Answers

Attach .md to the URL.

https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet.md

will redirect to

https://raw.githubusercontent.com/wiki/adam-p/markdown-here/Markdown-Here-Cheatsheet.md

like image 107
therobinkim Avatar answered Sep 08 '25 18:09

therobinkim