Open gforsyth opened 1 year ago
Thanks for flagging -- it looks like the py-shiny team just wraps the whole thing e.g. Sequence[ir.Value] | None
in a code element (discussed here: https://github.com/machow/quartodoc/issues/208). Lemme try wrapping everything in <code>
and see if that resolves the issue..
Hey @machow !
In looking over the Ibis docs, I noticed an inconsistency in the way the
Type
column of a docstring gets formatted -- https://ibis-project.org/reference/expression-tables.html#ibis.expr.types.relations.Table.aggregate is a good representative example.When
None
is in theType
column, it doesn't get formatted as monospace -- you can see underby
that it renders as "Sequence[ir.Value] |
None", while in theDefault
column, it's properly monospaced.Thanks for
quartodoc
, it's great!