Closed kaushalmodi closed 6 years ago
Now the styleItalic and styleStrikethrough values of Style enum (Nim 0.18.1+) are used.
styleItalic
styleStrikethrough
Style
Note that this needs a devel build of Nim containing https://github.com/nim-lang/Nim/commit/4616b28c7b592c8204d9f77f3c1f7db2fb7186d8 / https://github.com/nim-lang/Nim/pull/8048.
Without that, you will get a compile error. So you might probably want to create a dev branch for this PR?
Created a new dev branch. New, potentially breaking changes can be pushed there.
dev
Now the
styleItalic
andstyleStrikethrough
values ofStyle
enum (Nim 0.18.1+) are used.Note that this needs a devel build of Nim containing https://github.com/nim-lang/Nim/commit/4616b28c7b592c8204d9f77f3c1f7db2fb7186d8 / https://github.com/nim-lang/Nim/pull/8048.
Without that, you will get a compile error. So you might probably want to create a dev branch for this PR?