Closed
Description


There are a few levels of indentation going on:
- code objects like methods and attributes are indented relative to their containing class
- within each code object, like a method, the specific contents are indented.
--
Pay attention to how we implement #735, using a <div>
vs MDX component. We'll need to auto-compute the indentation levels I think and set the appropriate HTML class.