henriklovhaug / md-tui

Markdown renderer in the terminal
GNU Affero General Public License v3.0
206 stars 13 forks source link

Issue when a link text is split across two lines #106

Closed lpnh closed 6 months ago

lpnh commented 6 months ago

There's an issue when a link text is split across two lines.

:white_check_mark: This displays correctly:

A paragraph with a [link text](https://github.com/henriklovhaug/md-tui)

:x: This causes an issue:

A paragraph that is long enough to split the link text across two lines [link
text](https://github.com/henriklovhaug/md-tui)