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

Paragraphs are <br>s #13

@OscarGodson

Description

@OscarGodson

A paragraph should return a paragraph, not a bunch of <br>. This is terribly unsemantic and will make global CSS changes for "paragraphs" nearly impossible.

Currently:

Paragraph 1
<br>
<br>
P2
<br>
line break on P2

Should be:

<p>Paragraph 1</p>
<p>P2<br>line break on P2</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions