Chris Sewell

Results 1361 comments of Chris Sewell

Heya, dropdowns use the standard ``+`` HTML tags: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details So I imagine this is somewhat down to the browser, as to how it interacts with search and/or maybe the theme's...

Heya, well I guess you could currently achieve this with grids, in some fashion. But in general, the interplay between this extension and theme extensions is a little bit "grey"...

Heya, well I'm happy to take PRs 🙏, but I'm not sure if will get round to figuring it out myself so soon

I think actually this would be more general, and actually easier, to implement this in myst-parser! Obviously, this would only then be supported in Markdown/MyST-NB documents, but then well, people...

Heya, yeh as you can see in https://github.com/executablebooks/sphinx-design/blob/9226a12aa88a46fa8e4d21a812d4d88314668433/sphinx_design/grids.py#L234, `columns`, `margin`, `padding` and `class-item` are set on the grid item, and the rest is passed through to the card. > But...

Yeh it would be ideal if there was a proper replacement in pytest for `unittest.TestCase.assertLogs`, i.e. `with pytest.logs(...` Can you not just copy what that does, i.e. temporarily overriding the...

Heya, please could you provide working examples of the source text, and what commands you used to convert it

Heya thanks for the feedback. The technical reason is that, in CommonMarkdown parsing (see https://markdown-it.github.io/) ````md ```{exercise-end} ``` ```` goes to ```json [ { "type": "fence", "tag": "code", "attrs": null,...

As you can see its on the TODO list, I just hadn't found a role that required it yet 😄 I'll bump it up the priority list 👍