vim-pandoc-syntax
vim-pandoc-syntax copied to clipboard
pandoc markdown syntax, to be installed alongside vim-pandoc
Adds an option for `inlinemath` to the blacklist variable that controls whether inline math will be concealed or not. At the moment it works but is untested and almost definitely...
Just coming to pandoc markdown. In my previous experience—controlled by `vimwiki`, `wiki.vim`, and/or `vim-markdown`—doing `` with cursor on a word or visual selection of multiple words initiated a markdown style...
I'm a Humanities guy, _never_ do math typesetting and disable math related Pandoc extensions in my pandoc wrapper script, and I guess I'm not the only one. When you don't...
Hi, Pandoc supports [fenced DIV blocks](https://pandoc.org/MANUAL.html#divs-and-spans) after v2.0. The syntax highlight conflicts with definition lists. As a workaround, I set `use_definition_lists = 0` to render fenced_divs correctly. Please consider implementing...
Hi! I've been using the vim-pandoc plugin for citation completion in markdown and it worked really well. However, once I installed vim-pandoc-syntax, I noticed that it breaks citation highlighting groups...
In light of #300, #327, and probably most especially #329 keep an eye on TreeSitter status in Neovim: https://github.com/neovim/neovim/issues/11724
Hello, I have recently found this tool for [Syntax Highlighting of Argdown Codeblocks in Markdown Documents Using Pandoc](https://github.com/xylomorph/argdown-pandoc-highlighting) from @xylomorph. It also seems like [syntax highlighting for argdown would be...
how to enable math highlighting in vim-pandoc/vim-pandoc-syntax?? It looks good in vim-markdown. Thanks.
I have a document where I have to provide a plural of an italicised letter, *p*. The *p* in this case is probability, and the formatting requirements are that any...
This fixes issue #371 where syntax highlighting was broken when there was an alphabetic character following an emphasis e.g., \*p\*s.