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
I'm documenting an "interface" namespace that's intended to be used by other parts of the codebase. It has many healthy functions that will be around for the longer term, but some need a bit of work, and others only there to support some legacy use cases.
I'd like to be able to put Clojure metadata on the vars like ^:legacy or ^{:health :smelly} and then to define custom CSS classes in Marginalia that will style the docs and/or code regions for those functions in some fashion, perhaps adding a red border on the left edge.
Less nice, but still workable, would be including HTML tags or similar annotations inside the docstrings to achieve the same effect.
The text was updated successfully, but these errors were encountered:
I'm documenting an "interface" namespace that's intended to be used by other parts of the codebase. It has many healthy functions that will be around for the longer term, but some need a bit of work, and others only there to support some legacy use cases.
I'd like to be able to put Clojure metadata on the vars like
^:legacy
or^{:health :smelly}
and then to define custom CSS classes in Marginalia that will style the docs and/or code regions for those functions in some fashion, perhaps adding a red border on the left edge.Less nice, but still workable, would be including HTML tags or similar annotations inside the docstrings to achieve the same effect.
The text was updated successfully, but these errors were encountered: