Skip to content

Secnum overflow #111

@jengelh

Description

@jengelh

To solve overflow issues (#98) with the section headers, perform the following logical replacement. For example, in the generated output for https://eel.is/c++draft/format.string.escaped#example-1 , change:

<h1><a class="secnum" style="min-width:50pt">22</a> General utilities library <a class="abbr_ref"
href="https://eel.is/c++draft/#utilities">[utilities]</a></h1>

to

<h1 style="display: table"><a class="secnum" style="min-width:50pt; display: table-cell">22</a> <span style="display: table-cell">General utilities library</span> <a class="abbr_ref" href="https://eel.is/c++draft/#utilities" style="float: none; display: table-cell; vertical-align: bottom; text-align: right;">[utilities]</a></h1>

Where exactly this would need changing in the .rs file I don't know.

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