Trailing date comments in a line inside of a paragraph caused beginning of a new paragraph. (#1196)

This PR fixes the 2 occurrences of that.
(I'm not sure if there's an underlying issue with mdbook or if this is working as intended.)
This commit is contained in:
Frank Steffahn 2021-08-28 13:26:16 +02:00 committed by GitHub
parent bbd8062daa
commit d789b1c701
2 changed files with 4 additions and 4 deletions

View File

@ -78,8 +78,8 @@ Here is the list of passes as of <!-- date: 2021-02 --> February 2021:
in doc comments. in doc comments.
- `check-non-autolinks` detects links that could or should be written using - `check-non-autolinks` detects links that could or should be written using
angle brackets (the code behind the nightly-only <!-- date: 2021-02 --> angle brackets (the code behind the nightly-only <!-- date: 2021-02 --> `non_autolinks`
`non_autolinks` lint). lint).
- `collapse-docs` concatenates all document attributes into one document - `collapse-docs` concatenates all document attributes into one document
attribute. This is necessary because each line of a doc comment is given as a attribute. This is necessary because each line of a doc comment is given as a

View File

@ -339,8 +339,8 @@ The error levels that you can have are:
## Revisions ## Revisions
Certain classes of tests support "revisions" (as of <!-- date: 2021-02 --> Certain classes of tests support "revisions" (as of <!-- date: 2021-02 --> February 2021,
February 2021, this includes compile-fail, run-fail, and incremental, though this includes compile-fail, run-fail, and incremental, though
incremental tests are somewhat different). Revisions allow a single test file to incremental tests are somewhat different). Revisions allow a single test file to
be used for multiple tests. This is done by adding a special header at the top be used for multiple tests. This is done by adding a special header at the top
of the file: of the file: