Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept custom block tags map as an option #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samuherek
Copy link

The previous implementation was supporting only predefined HTML tags for the standard block types which come from draft.js out of the box. These changes provide a simple and quick way bypass this and allows users to use custom HTML tags for block types.

The main use case this solves is for people who use custom block types in draft.js.

Simply create an object with key value pairs where key is the block type and value is the HTML tag you want. Afterwards just pass it as an option blockTagsMap to convertFromRaw function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant