David-Rushton / morello.markdown

A .NET library that pretty prints markdown in the console
MIT License
2 stars 0 forks source link

Changes H1 alignment to left, from centre #4

Closed David-Rushton closed 2 years ago

David-Rushton commented 2 years ago

Centre aligned text can leave the header disconnected from the content. This is especially true if when viewed in a wide terminal.

Switching to left aligned ensures the title appears the content.