Closed imcuttle closed 6 years ago
That's a good idea, I would accept a PR that would add this functionality assuming everything was covered with tests.
Hi, @shime , 😢I implemented it in live-markd (github favorite markdown preview with live rendering)
livedown is awesome!
In my screen, I have a lots of markdown files in same directory, the file struct below:
I expect livedown should works with the experience:
livedown start --open
orlivedown --open
is same withlivedown start . --open
http://localhost:{port}
renderingREADME.md
by default browserdocs/foo.md
by urlhttp://localhost:{port}/docs/foo.md
docs/readme.md
by urlhttp://localhost:{port}/docs/
too.livedown support a single markdown file now, I'd like to PR.