RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
333 stars 28 forks source link

Can not enable strikethrough render #94

Closed cagechi closed 1 year ago

cagechi commented 1 year ago

Nvy: v0.3.6 Neovim: 0.9.1 OS: Windows10

Can not enable strikethrough render for example, strikethrough syntax isn't render on nvim-orgmode. +abc+

Zorbn commented 1 year ago

This should be fixed by #96. Previously strikethrough wasn't supported. I've tested the new strikethrough formatting by creating a highlight group using the standard Vim method. If you want, you can compile my PR and test with nvim-orgmode again to make sure it works.

cagechi commented 1 year ago

Thanks for the update. It's working as expected!

RMichelsen commented 1 year ago

Closed via #96