Skip to content

Spaces in inline code are not monospace #66

Closed
@verhovsky

Description

@verhovsky

because the CSS has text-align: justify; on the text, and inline code is a <code> tag with a bunch of <pre> tags,

<code class="docutils literal notranslate"><span class="pre">set('abc')</span> <span class="pre">==</span> <span class="pre">frozenset('abc')</span></code>

the spaces between the <pre> tags get expanded:

Screenshot from 2021-01-21 23-43-46

https://docs.python.org/3/library/stdtypes.html#frozenset.copy

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