Skip to content

Escapes don't work. Adding even a single escaped forward slash in a class basically just crashes the whole thing. #56

@blueshack112

Description

@blueshack112

image
This example above works perfectly.

image
Adding a class name like this in the css that is loaded by inlinecss causes an error. I don't have the time to look into code but I'm guessing it is either replaced by a '\\' (lol I first used double backslashes and even GitHub's editor escaped those into a single blackslash. Edited it to four backslashes.) by python (autoescape of python string) or python string reads as just '/', essentially fulfilling the purpose of the escape at an earlier stage then where it was supposed to be used.

image
This is the error I get

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions