You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to automatically hide definitions when they are "too large" (which can be configurable based on the number of lines). For example, here is what it might look like for is-natural-in-family-yon:
The change should be purely text-based: separating a part of a block that starts with a line that contains a single := and ends either with an end of a code block, or a non-empty line that is not indented. I think that should be enough.
The idea is to automatically hide definitions when they are "too large" (which can be configurable based on the number of lines). For example, here is what it might look like for
is-natural-in-family-yon
:The change should be purely text-based: separating a part of a block that starts with a line that contains a single
:=
and ends either with an end of a code block, or a non-empty line that is not indented. I think that should be enough.Then, in
mkdocs.yml
we could have something likeThe text was updated successfully, but these errors were encountered: