Skip to content

Paragraph breaks are not honored correctly #7

@phallobst

Description

@phallobst

With the new DokuWiki "Adora Belle" (RC1) and the latest plugin release (2009-02-06) I have the following surprising behavior:

Line 1

/* Comment A */
Line 2

/*
 * Comment B
 */
Line 3

renders as

Line 1 Line 2 Line 3

whereas

Line 1
/* Comment A */

Line 2
/*
 * Comment B
 */

Line 3

yields

Line 1

Line 2

Line 3

The empty lines should always be preserved, resulting in a paragraph break for all cases.

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