-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
improvementImprove the way something worksImprove the way something works
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementImprove the way something worksImprove the way something works