Skip to content

Rendering issues with links inside headings #267

@jhass

Description

@jhass

Links inside headings generate all kinds of suboptimal renderings.

For example:

<h1><a href="http://example.org">Test</a></h1>
<h1>Longer: <a href="http://example.org">Test</a></h1>

renders both headings on the same line without any space.

<h1>Longer: <a href="http://example.org">Test for the link text in here</a></h1>

breaks to a new line before the anchor tag whereas browser choose to break on a word boundary within the anchor.

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