markdown - How to auto-preview a readme.md in a browser? -


i writing file called readme.md python project, , preview while write it. used it, cannot remember command line, , cannot find anywhere.

it bash command-line linking .md file browser, refreshing page each time saved changes in .md file (written text editor).

hence, need able write file in own text editor, , not online, , see result each time save changes (without having copy , paste have written online converter). worked text editor (i saw sublime-text plugins, not looking for), linked .md file itself.

i don't know script talking made php parser markdown syntax embeds an example script ask apache parse .md file in html output (see docs/ directory of package simple documentation).

if have localhost php running (php 5.3+), can use after short vhost config. original file parsed @ each request, page updated last modifications (but need view in browser).


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -