henriklovhaug / md-tui

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

106 issue when a link text is split across two lines #114

Closed henriklovhaug closed 6 months ago

henriklovhaug commented 6 months ago

The text part of [text](url) is now allowed to cross multiple lines. The marking of the selected text fails if the new line has leading space, but that is another marking issue. The link works.