Fork me on GitHub
#spacemacs
<
2019-11-10
>
murtaza5219:11:07

Is there a way to see the markdown rendered locally ? I am writing a github readme.md file, and would like to preview it locally before pushing to github.

practicalli-johnny09:11:51

Spacemacs specific info for viewing markdown in the Emacs browser and config for GitHub specific rendering https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/markdown#configuration

Jcaw20:11:46

@murtaza52 I use grip which offloads it to the browser. https://github.com/joeyespo/grip

👏 8
Jcaw20:11:55

There's also markdown-mode which can do it in Emacs. Guide here (haven't used it myself):