Search code examples
githubgithub-flavored-markdown

Previewing local Github README.md changes?


How do I preview changes to README.md in my local client, prior to committing and pushing to Github?


Solution

  • You can go to gist.github.com and create a README.md file.

    github gist readme preview

    Now you can write into textarea, and preview changes by clicking on the tab. Note that isn't necessary to commits changes.