Draft: Re-wrap long lines
This PR depends on changes in !194 (closed) and is marked as a draft until that can be merged.
From commit message:
This commit wraps long lines in the Markdown source files. The main motivation for this is to make it easier to view changes in Git commits. Git shows line-by-line changes, so if a line contains an entire paragraph, it'll be hard to see what has changed.
Most lines are now wrapped around the 80-character mark. This makes it much easier to view changes in Git.
For some pages, this commit extracts link targets to the bottom of the page in order to allow for more sensible line wrapping. The content of pages is not changed.
The CI pipeline is broken and will fail for this PR (and even for master
branch), but the book builds fine with these changes.
Merge request reports
Activity
added 15 commits
-
5ef5bc88...33c63156 - 3 commits from branch
redox-os:master
- d40ac9af - Hotlink all plain URLs
- 1f2bf173 - General language improvements
- 5aea4a56 - Remove login instructions from ch13-03
- b25482d8 - Use Markdown-style headings
- 031e7fb1 - Use <kbd> for keyboard shortcuts and buttons
- 866e8111 - Make `curl` example command output errors
- 88b726a0 - Fix list structure in build tutorial ch02-06
- 3ff57d0e - Use Markdown tables
- 1e2641e5 - Re-order sections in Ion page
- 405ff6ed - Fix list nesting in ch12-01
- 941f3b4b - Fix list formatting in ch12-03
- 27674b2f - Wrap long lines
Toggle commit list-
5ef5bc88...33c63156 - 3 commits from branch
added 11 commits
- 985e1f3b - Restructure ch13-03
- eaa18c92 - General language improvements
- fb4fb25a - Use Markdown-style headings
- 10c35842 - Use <kbd> for keyboard shortcuts and buttons
- bd989999 - Make `curl` example command output errors
- 3afb643b - Fix list structure in build tutorial ch02-06
- 2922ec35 - Use Markdown tables
- f2117ad9 - Re-order sections in Ion page
- 22353ae5 - Fix list nesting in ch12-01
- 600583a9 - Fix list formatting in ch12-03
- 8a8f500b - Wrap long lines
Toggle commit list