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

Improve paragraph breaking algorithm #32

Merged
merged 3 commits into from
Mar 19, 2015
Merged

Improve paragraph breaking algorithm #32

merged 3 commits into from
Mar 19, 2015

Conversation

mdiin
Copy link
Owner

@mdiin mdiin commented Mar 19, 2015

Previously every single overflowing paragraph would be marked as :broken, even though it should only ever be the first of the overflowing paragraphs. This PR mostly solves this issue, though there is still a problem with this solution (see issue #31).

The proper solution for this problem is probably doing a proper tokenization of text to be stamped; but that is for another issue (e.g. #28).

Closes #30

mdiin added a commit that referenced this pull request Mar 19, 2015
Improve paragraph breaking algorithm
@mdiin mdiin merged commit f9e556f into master Mar 19, 2015
@mdiin mdiin removed the in progress label Mar 19, 2015
@mdiin mdiin deleted the issue-30 branch March 19, 2015 14:15
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.

Lists spanning page overflows break
1 participant