Homec4science

Fix a Remarkup issue where empty list items render with markup in items

Authored by epriestley <git@epriestley.com> on Dec 9 2012, 21:21.

Description

Fix a Remarkup issue where empty list items render with markup in items

Summary:
When you type this:

- A
-

..it currently displays as:

* A
* -

That is, the second bullet has a "-" next to it. Instead it should display like this:

* A
*

Make it do that.

Test Plan: {F26810}

Reviewers: btrahan, vrana

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D4134

Details

Committed
epriestley <git@epriestley.com>Dec 9 2012, 21:21
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUa7f1a18c73bd: Allow SpriteSheet to generate gradient sprites
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHU147700bea53a: Fix a Remarkup issue where empty list items render with markup in items (authored by epriestley <git@epriestley.com>).Dec 9 2012, 21:21