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

Uncritical ruler fixes #8

Merged
merged 4 commits into from
Jul 17, 2022
Merged

Uncritical ruler fixes #8

merged 4 commits into from
Jul 17, 2022

Conversation

karlb
Copy link
Owner

@karlb karlb commented Jul 17, 2022

This includes the uncritical part of #6, so that I can work on paragraph handling in general before having to check the rulers again. See #6 (comment).

Fixes the following bug:
```
$ echo -e "- - -\n\ntest\n- - -\n" | ./smu
<hr />
<p>test- - -</p>
```
I committed the partially wrong output to silence the test error. The
correct output is in `tests/ruler.correct.html` and will be moved back
when the paragraph handling works. This is done to fix the different
problems step-by-step.
@karlb karlb merged commit 2d25ca6 into master Jul 17, 2022
@karlb karlb deleted the ruler-fixes2 branch July 17, 2022 09:27
@karlb karlb mentioned this pull request Jul 17, 2022
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