Skip to content

Strange behaviour of returning symbol #410

@georgthegreat

Description

@georgthegreat

According to the source, the return-back arrow is only inlined into last p element of footnoted text.

This leads to a strange cases when footnote ends with blockquote or header elements.

2015-05-17 14-07-03 new tab - mozilla firefox

This probably could be fixed by some weird CSS like

div.footnote p ~ blockquote:last-of-type
{
    display: inline-block;
    width: 90%;
}

div.footnote blockquote + p
{
    display: inline;
}

div.footnote p ~ h3:last-of-type
{
    display: inline;
}

div.footnote h3 + p
{
    display: inline;
}

But I suggest just removing the workaround from here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions