-
Hello Shime
I'm using your vim-livedown and livedown to preview md files.
Recently I got a problem.
I found the command "livedown stop" doesn't stop the livedown process.
Some version infomati…
-
I wonder it is possible to use livedown with Restructured text.
-
After calling livedown:preview I can no longer edit my buffer. It looks like emacs is waiting for the livedown process to return before returning control to the editor.
I made a tiny change, substit…
paidi updated
9 years ago
-
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://localhos…
-
When I go to "Livedown: Preview" on a .md file it doesn't open in a browser window. I'm not sure how to debug.
Sublime Text 3
-
I switched my default Node version with `nvm` and it took a while for me to realize that I needed to reinstall `livedown` globally, since `nvm` installs these global packages per-version of Node. Show…
-
Hello,
first of all, thanks a lot for this incredibly useful plugin.
I just ran into a small problem though.
- The options in the docs only allow me to turns the automatic opening of windows on/off…
-
would be neat - just export the whole thing into one single html-file so I don't need other markdown-converter aside from livedown
thanks for the consideration
-
When using MathJax via
`
` the equations are not rerendered.
Do you have any recommendation for that?
The problem can be seen in this example:
https://raw.githubusercontent.com/oplatek/lxmls-toolkit…
-
In my Ubuntu 14.04 the shebang line
```
#!/usr/bin/env node
```
does not work. What works is
```
#!/usr/bin/env nodejs
```