-
hello, i am using vim8 with Ubuntu 18.04.
following the wiki page to install Tagbar and markdown2ctags, i found that, it is NOT working.
can you provide some guides on this issue?
```
~/.vimrc …
-
Hi shime
MacOS 10.13.3
node v9.4.0
npm 5.6.0
When I run this command, sth I don't know happened.
`sudo npm install -g livedown`
Output:
```
/usr/local/bin/livedown -> /usr/local/lib/nod…
-
#### Environment
- OS:
- [ x] Linux
- [ ] macOS
- [ ] Windows
- [ ] FreeBSD
- Vim:
- [x ] Terminal Vim
- [ ] GVim
- [ ] NeoVim
```
环境是arch linux ,删除了所有…
-
Hey there, an XSS is present in livedown you can trigger it with
`[link](alert(1))`
Nhoya updated
7 years ago
-
Livedown is working well from my emacs client, but this kind of code doesn't render:
You can use an alert to highlight something you want to stand out.
Any way to get bootstrap …
-
If you write:
```md
# Header
```
It does not transform this into:
```html
Header
```
Therefore it's really not close to GitHub
I will have to go back to use `vim-livedown` now 👎
-
It doesn't appear to correctly include images. Here's how to minimally reproduce.
index.markdown:
```
#image test
![alt text](test.png)
```
test.png a valid image in the same directory
run with:
…
-
After installing livedown with
```
npm install -g livedown
```
and trying to start a preview with
```
livedown start README.md --open
```
I'm getting:
```
/Users/hrvoje/.nvm/versions/no…
shime updated
7 years ago
-
I personally run Antergos (like a *half*-crazy person), but all of these utilities are basic Linux commands.
Just out of curiosity, though, is there a *reason* you're not using [`nvm`](https://github…
-
@shime Thoughts on adding support for relative links to other markdown files in the same base directory?