Skip to content

LI's are separated by P's #76

@Iiridayn

Description

@Iiridayn

Problem
Appending an LI results in markdown breaking lis into multiple paragraphs. So:

- one
- two

Becomes:

- one

- two

- three

Solution
Li's should not be separate paragraphs unless the user deliberately enters a linebreak.

Use Case
I want users to edit markdown pages on a wiki-like site. They are allowed to use paragraphs, li's, links, and headers. The li's and links are inserted via code from a FAYT. I have been asked to provide a prettier front-end for editing pages w/a WYSIWYG interface.

Alternatives
The raw markdown in the textarea isn't so bad.

Context
N/A

Edit: removed RAS syndrome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementImprove the way something works

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions