Skip to content

Single newlines are passed through, are interpreted as hard newlines by Confluence #2

Description

@orospakr

In markdown, you can use newlines to do manual word wrapping (handy with M-q in emacs) and it does not consider them a new paragraph. Ie., Markdown considers double-newlines to be paragraph delimiters. See http://daringfireball.net/projects/markdown/syntax#p.

However, Confluence interprets single newlines into <br>s and markdown2confluence passes them right through, meaning that your paragraphs display in Confluence peppered with <br>s.

Instead, markdown2confluence It should strip out single newlines.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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