Skip to content
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

odoc: Fix formatting of paragraphs in lists #2607

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

Julow
Copy link
Collaborator

@Julow Julow commented Oct 31, 2024

The boxing of paragraphs was wrong in heavy-syntax lists:

(** Lists can't be nested
    {ul
     {- foo }
     {- module
        system
        documentation
        including
        + bar
        + baz
     }
    } *)

The boxing of paragraphs was wrong in heavy-syntax lists:

    (** Lists can't be nested
        {ul
         {- foo }
         {- module
            system
            documentation
            including
            + bar
            + baz
         }
        } *)
@Julow Julow merged commit 0df6987 into ocaml-ppx:main Oct 31, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant