miyaco
miyaco
Related https://github.com/miyakogi/livemark/issues/1
Block directive at the end of file fails convertsion. ```rst .. directive:: something ``` When convert the above, directive body becomes empty.
- [ ] Command line options - [x] Theming by CSS Frameworks - [ ] How to execute JavaScript (on browser) - [ ] Temporary directory - [ ] Test...
Omni-completion fails in some cases. ### Example of bad case Use this minimum .vimrc (save as `compl.vim`). ``` vim " Load nimrod.vim set runtimepath+=~/.vim/bundle/nimrod.vim filetype plugin indent on syntax on...