How do I view the raw source of a wiki github file, like this: (without closing the wiki repo)
github
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? )
Attach .md to the URL.
.md
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
therobinkim's method doesn't work for me .
If you don't mind download all the wiki, just change clone command from
git clone https://github.com/[user]/[repo].git
to
git clone https://github.com/[user]/[repo].wiki.git
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