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

Fixed paste bugs on headings and lists #3949

Merged
merged 3 commits into from Dec 18, 2017

Commits on Dec 18, 2017

  1. Implemented isInlineForTag mechanism

    This mechanism allows treating elements as inline if they are being pasted in specific tags. So for example in heading blocks we can interpret headings as inline content and on lists we can interpret lists as inline content.
    jorgefilipecosta committed Dec 18, 2017
    Copy the full SHA
    ab20a14 View commit details
    Browse the repository at this point in the history
  2. Added tag groups for headings and lists to the inlineWhitelistTagGrou…

    …ps mechanism.
    
    This improves the behaviour of paste in already existing list and heading blocks.
    jorgefilipecosta committed Dec 18, 2017
    Copy the full SHA
    adbe44e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f7367ca View commit details
    Browse the repository at this point in the history