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

Add forward/backward inclusivity rules for markups fix #402 fix #392 #438

Merged
merged 1 commit into from
Jul 21, 2016

Commits on Jul 21, 2016

  1. Add forward/backward inclusivity rules for markups fix #402 fix #392

    Changes `Post#markupsInRange` to check the markers to the left and right
    of the position when range is collapsed. The markups in those markers
    provide `isForwardInclusive` and `isBackwardInclusive` methods that are
    used to determine which markups should be considered "active" at that
    range.
    
    Also updates some test suites that weren't using Helpers.test and
    Helpers.module.
    
    fix #392
    fix #402
    bantic committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    300019f View commit details
    Browse the repository at this point in the history