Skip to content

Markdown: Awkward soft break after abbreviation between ( and newline #4635

@fiapps

Description

@fiapps

Test case:

echo '(cf.
Foo)' | pandoc -f markdown -t markdown

Output: ( cf. Foo).

A space has been added after the open parenthesis. More precisely, if the native output format is chosen, we see it's a SoftBreak: [Para [Str "(",SoftBreak,Str "cf.\160Foo)"]].

This is a sufficiently rare case that it only occurred once in a 350 page document.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions