Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

empty lines in code-block not displayed properly #15

@oshh

Description

@oshh
<?
/**
* Example:
* <code>
* $val = "foo";
*
* $val2 = "bar";
</code>
*/

Will produce:

<p>
<code>
$val = "foo";
</code>
</p>

<p>
<code>
$val2 = "bar";
</code>
</p>

I did not check other templates on this bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions