Skip to content

should html-escape contents #13

Description

@keturn

For example, if I have a list of Foo, and repr(foo) is <Foo at 0x49199d0>, that's what I should see in the table cell. Right now the cell gets that literally and it's interpreted as an XML tag, which isn't so great.

Objects that have specific HTML repr methods (_repr_html_ for ipython-notebook) should use those instead of being escaped.

MarkupSafe may also be of interest here.

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