guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.5k stars 245 forks source link

Create phases for formatters #126

Closed OliverJAsh closed 10 years ago

OliverJAsh commented 10 years ago

There are currently ordering issues with formatters.

Enclosed is a list of desired formatters. Please comment if you have any others. From here I can figure out how to group them into phases.

Plain Text

<p>1</p>
<p>2</p>
=>
<p>1</p><p>2</p>
OliverJAsh commented 10 years ago

Closed by #131