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

Markup normalization #9

Open
kityan opened this issue Sep 6, 2014 · 0 comments
Open

Markup normalization #9

kityan opened this issue Sep 6, 2014 · 0 comments
Assignees

Comments

@kityan
Copy link
Owner

kityan commented Sep 6, 2014

  • Do markup normalization, e.g.:
    osL:1-2;osR:3-4 transform to os:1-4;
    osL:1-2;osC:4-5;osC:7-8;osC:9-10;osR:10-12 transform to osL:1-2;osR:7-12
    osL:1-2;osC:4-5;osC:6-7;osC:8-9;osR:11-14 transform to osL:1-2;osC:4-9;osR:11-14
    .. and so on.
  • Also - perform check for letter ranges in markup. Are they valid?
  • Add to API: .getNormalizedMarkup() - it can be userful for interactive markup apps, which do markup check (e.g., games )
@kityan kityan self-assigned this Sep 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant