forked from jaytaylor/html2text
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
input
<h1>aa</h1>non gemini line<br /># hi<br />=> link
produces:
# aa
non gemini line
# hi
=> link
but I think it should produce this:
# aa
non gemini line
# hi
=> link
(a single space before each line with gemini syntax that shouldn't be there)
or escape lines with gemini syntax in any other way. I created a thread on the mailing list about escaping untrusted text, because this is not the first time I had a problem with this.
Metadata
Metadata
Assignees
Labels
No labels