Skip to content

Abbreviations are destroyed by line breaks #717

@cabo

Description

@cabo

Input:

*[foo bar]: baz

hello foo bar babble.

hello foo
bar babble.

Output:

<p>hello <abbr title="baz">foo bar</abbr> babble.</p>

<p>hello foo
bar babble.</p>

This is bad if the markdown author uses a line-breaking editor.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions