Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Gemini syntax inside HTML isn't escaped #3

@paper42

Description

@paper42

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions