Waylan Limberg
Waylan Limberg
> Meanwhile, there are some complexity issues that probably could be fixed without a major redesign. See also #161, specifically [this comment][1]. I suspect that when we closed that we...
First, while I understand how it works, I hate that indentation convention (I know many people use that for Markdown lists, which I also hate), *I want to hit the...
As a compromise I would be okay with this ``` item 1: - A block of text with multiple lines which is indented by 6 spaces. - item 1-2: -...
I just noticed that Bootstrap introduced [color modes](https://getbootstrap.com/docs/5.3/customize/color-modes/) (specifically dark mode) in release 5.3. Amusingly, that was released the same day that this issue was closed. In any event, updating...
Wow, I just discovered that Bootstrap v5 [dropped jQuery](https://getbootstrap.com/docs/5.3/migration/#javascript) as a dependency. That could be a big deal if we could remove that dependency. Although, we are using jQuery in...
This is getting there. Looks like you have addressed all of my previously mentioned concerns. First thing I noticed when I visited your demo is weird blocks by all external...
Looking good! 👍 > Somehow not showing docstrings of modules, or stripping away the copyright stuff sounds to me like a very, very specific case. I'd rather suggest to transform...
> > We can render the signature directly into the heading. But headings can only hold inline code, not code blocks, so long signatures in headings will not look so...
One other thing, which is admittedly a nit-pick. I see that the various pages/modules are arranged alphabetically in the navigation. However, I would prefer them to be arranged logically. Is...
> I'm also open to adding a proper CSS class to signature code blocks to make this more robust. That would be preferable. > I'll create a second fork and...