Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 22:45
· 8 commits to main since this release
d0670a5

Release Notes

v0.3.0

We 💖 Nerd Fonts

However Markdown.Cli only looks its best if your terminal font has been patched. For the majority
of our users this isn't the case. Previously we relied on your fonts fallback glyph. This is often
ugly, and seldom a good fit.

The new default sticks to the standard and extended ASCII table.

You can still opt-in into Nerd Fonts:

using Morello;

MarkdownConsole.UseNerdFonts(UseNerdFonts.Yes);
MarkdownConsole.Write("markdown here");

Without Nerd Fonts (Default)

Withput Nerd Fonts

With Nerd Fonts

With Nerd Fonts