Reputation: 304662
How do I preview changes to README.md in my local client, prior to committing and pushing to Github?
Upvotes: 3
Views: 1400
Reputation: 11
See this
Nome: node-readme ID: bengreenier.vscode-node-readme Descrição: A vscode extension to view javascript module documentation in editor. Versão: 3.0.2 Editor: bengreenier Link do Marketplace do VS: https://marketplace.visualstudio.com/items?itemName=bengreenier.vscode-node-readme
Upvotes: 1
Reputation: 244
You can go to gist.github.com and create a README.md file.
Now you can write into textarea, and preview changes by clicking on the tab. Note that isn't necessary to commits changes.
Upvotes: 3
Reputation: 2104
You'll require an editor that provides the preview feature or some other third-party tool.
Upvotes: 0