-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This introduces better handling of the field list body content, so that it can be dynamically indented (the same as in rST). Before, one could only indent like: ```restructuredtext :name1: first line all other lines must be aligned with it :name2: no first line so 2 space indent ``` But now, the indentation will be taken as the minimum of all content, e.g. ```restructuredtext :name1: first line this is indented 1, so all content will follow this ```
- Loading branch information
1 parent
9e57524
commit f4f0a0e
Showing
3 changed files
with
209 additions
and
33 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
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