Skip to content

bad handling of <tt> used by restructureddocs/sphinx #1

@hrbonz

Description

@hrbonz

The output I'm expecting:

A test of <tt class="docutils literal">inline code</tt> in a text flow.

The output I get:

A test of<tt class="docutils literal">inline code</tt>in a text flow.

This is probably because tt is a deprecated HTML 4.01 element that was not included in the inline list of HTML5 elements.

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