-
Notifications
You must be signed in to change notification settings - Fork 899
Open
Description
Right now, multiple footnote references rendered sequentially looks like this:
something with a footnote123
Which would misleadingly lead the reader to believe that this is referencing footnote 123; a better rendering would be.
Because there is no CSS selector for "adjacent node with no non-whitespace text nodes between them" this is not really fixable with CSS, without creating stray commas or awkward extra spacing.
It would be better if it read like this:
something with a footnote1, 2, 3
or at least put multiple a nodes inside the same sup node, so that CSS could rely on things like :last-child to determine where to put separators.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels