livedown
livedown copied to clipboard
Live Markdown previews for your favorite editor.
although `localhost` is hardcoded in the URI when displaying the preview, the http server listens on all interfaces and would be externally accessible when not behind a firewall. this is...
Match github footnote support
[Homewbrew](https://brew.sh) is a solution that most mac developers use to install libraries/packages/binaries. It would be really nice if we could also install livedown using Homebrew vs npm.
Hello, A feature request to scroll the page to a particular line number, or percent of the page. It would be usefull when editing a md file in an editor,...
Is there a way to force the page to refresh?
Hello, Markdeep ( https://casual-effects.com/markdeep/ ) is allow to use markdown with advance feature, notably the integration of Latex paragraphs. Would it be possible to integrate it with livedown?
I'm on: * OSX 10.14.4 * livedown 2.1.1 * npm 6.9.0 * node 11.13.0 * firefox 66.0.2 * chrome 73.0.3683.86 ``` livedown start --open --verbose [livedown] markdowning started on http://localhost:1337...
Very similar to #50, I just didn't see it before I implemented it :( The only difference is that this version supports the latest katex and uses markdown-it-texmath to do...
First of all, thanks for the work on this, I'm using the vim plugin on a daily basis, both professionally and on hobby projects. As mentioned in [#34](https://github.com/shime/livedown/issues/34) and [#15](https://github.com/shime/livedown/issues/15),...
Solves #34. This is just the bare minimum to get it working, I haven't added any config options to opt out or anything like that.