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

indented signature leaks indent into the result #291

Open
nomeata opened this issue Feb 11, 2025 · 0 comments
Open

indented signature leaks indent into the result #291

nomeata opened this issue Feb 11, 2025 · 0 comments

Comments

@nomeata
Copy link

nomeata commented Feb 11, 2025

When I write

This is typically done in two steps.

1.  Lorem ipsum:

    ```signature
    List.map_wfParam (xs : List α) (f : α → β) :
      List.map f (wfParam xs) = List.map f xs.attach.unattach
    ```

then this shows up as

This is typically done in two steps.

1.  Lorem ipsum:

    List.map_wfParam (xs : List α) (f : α → β) :
          List.map f (wfParam xs) = List.map f xs.attach.unattach

in the resulting HTML. It seems that indented signature blocks leak the indentation.

(Or should I have de-indented the content of the signature block maybe?)

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

No branches or pull requests

1 participant