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.
input
produces:
but I think it should produce this:
(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.