slab / delta

Simple and expressive JSON format for describing rich-text content and their changes
https://quilljs.com/docs/delta
BSD 3-Clause "New" or "Revised" License
914 stars 130 forks source link

Create separate configurable Renderer component #19

Closed jimcasey closed 6 years ago

jimcasey commented 6 years ago

While we would like to provide a base configuration of Succulent that includes a set of common formats by default, we want the library to be fully extensible. Consumers should be able to eschew our common formats for their own. We should create a Renderer component that is completely abstracted away from our common formats.

jimcasey commented 6 years ago

Apologies, submitted an issue in the wrong repository 😓