Skip to content

Can you provide an option to disable text escaping? #59

@RyouMon

Description

@RyouMon

For example, when I convert <p>INVALID_ERROR_CODE</p>, I got INVALID\_ERROR\_CODE, but I want INVALID_ERROR_CODE.

So I must call text.replace(r'\_', '_'). That's too slow when processing long text.

Can I get any help? Thanks.

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