-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Multiline function attribute argument docs render incorrectly #75
Comments
6 tasks
infinisil
changed the title
Paragraphs in function attribute argument docs render incorrectly
Multiline function attribute argument docs render incorrectly
Sep 15, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
asymmetric
added a commit
that referenced
this issue
Sep 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This file:
Produces this markdown:
The second line is indented too much, rendering it as code (only because of the spacing between the lines).
In Nixpkgs I had to unident the entire second paragraph as a workaround: https://github.com/NixOS/nixpkgs/blob/08f615eb1b3c5cf7481996f29c6092c7c891b15b/lib/fileset/default.nix#L72-L76
This could probably use the same fix as in #62
The text was updated successfully, but these errors were encountered: