Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix RTE escaping, HTML output with breaks #310

Merged
merged 2 commits into from
Jun 15, 2016

Conversation

aviraldg
Copy link
Contributor

No description provided.

@@ -10,7 +10,7 @@ import {
import * as sdk from './index';

const BLOCK_RENDER_MAP = DefaultDraftBlockRenderMap.set('unstyled', {
element: 'p' // draft uses <div> by default which we don't really like, so we're using <p>
element: 'span' // draft uses <div> by default which we don't really like, so we're using <p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment needs updating

@dbkr
Copy link
Member

dbkr commented Jun 15, 2016

other than that, lgtm

@dbkr dbkr merged commit 6ae3276 into matrix-org:develop Jun 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants