wallyqs / org-ruby

An Org mode parser written in Ruby.
218 stars 51 forks source link

Links with line brakes in the description produce proken html #83

Open phuhl opened 4 years ago

phuhl commented 4 years ago

When using a link like this:

[[https://wikipedia.org][Startpage
of wikipedia]]

The result prints like this:

<a href="https://wikipedia.org">Startpage of wikipedia

Note the missing closing </a>.