-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1473: Fix lists in docs r=simonbyrne a=Sbozzolo In the flavor of markdown used by Documenter ``` - ABC DEF ``` renders differently than ``` - ABC DEF ``` For long lists, we want the second to avoid items that belong to the same item to be split new paragraphs. Co-authored-by: Gabriele Bozzola <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters