icyphox / fab

:star2: print fabulously in your terminal
MIT License
49 stars 6 forks source link

Add proper support for italic and strikethrough #4

Closed kaushalmodi closed 6 years ago

kaushalmodi commented 6 years ago

Now the styleItalic and styleStrikethrough values of Style 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?


image

icyphox commented 6 years ago

Created a new dev branch. New, potentially breaking changes can be pushed there.