-
Notifications
You must be signed in to change notification settings - Fork 124
Fix markup #322
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
Fix markup #322
Conversation
Merge conflicts due to a ton of PRs from @grantnoble ... please fix and I'll pull this in. |
5a4311b
to
20358b8
Compare
Updated. Pulling this in may cause conflicts with some other PRs. And looks like they often don't follow a strict whitespace and indent style. Can fix those up later as things are merged. |
- Fix various <p> and </p> issues. - Fix missing closing </a>. - Normalize some whitespace usage. - Add missing </section>.
Match to section levels.
@davidlehn, my apologies for stomping all over your changes with my PRs! If you tell me what style conventions we want (number of spaces/tabs before |
@grantnoble No problem. Some pain, but I'll live. ;-) I'm rebasing right now and hopefully my changes get merged in before other people go and cause chaos again! I guessed on a style. Just wanted doc to be consistent one way or another. Was doing 2 space indents for markup and code, blank lines before sections and various places, proper header levels, etc. |
@davidlehn I'll hold off on any further PRs then until yours is in. And I agree that any style is better than none, as long as its consistent! :-) |
- Switch tabs to 2 spaces. - Fix all tags to 2 spaces per level.
- Add wrapper appendix. - Close section. - Normalize whitespace and indents. - Add term links.
20358b8
to
0994967
Compare
@msporny Rebased again and added some more fixes as needed. Ready for a look over. Please merge soon. ;-) Unsure about the higher level appendix name. Feel free to change that. Added a bonus respec simplification. |
An attempt to restore markup sanity.
Includes commit from #321. Pull that first.(Removed commit.)Quite possible this will cause conflicts in all other PRs. If those are pulled in first I can update this PR.
Preview | Diff