Isaac Muse

Results 839 comments of Isaac Muse

We could add the ability for these blocks to insert raw text. That is without an HTML wrapper. Why would we want to do this? Well, IIRC, Python Markdown does...

The current syntax is what is up for debate. Do we keep the Myst like approach? Do we do something different? Under the hood, I think the functionality is all...

Anyone checking this out should potentially voice their opinion syntax over at https://github.com/Python-Markdown/markdown/issues/1175 as we've already got a good conversation going, but here is fine as well.

Chunks are handed to `parseChunk`, but a chunk could have multiple blocks separated by `\n\n`. Maybe we should split these before calling `on_add`? This still won't catch cases where a...

It appears the new tab select feature will be incompatible with MkDoc Material's `content.tabs.link` feature. @squidfunk FYI. Material will try and normalize link selection on page load.

This would normally be fine if the normalization occurred after a tab was manually selected on a page, but I think Material just does this all the time, and does...

I already have a PR open that adds specifying focus in #1725, it is not limited by the need of attribute lists as much as it is limited by the...

We could always add some CSS class to note the tab was forced to a linking. Though, I would argue that the problem is really only important on the initial...

I will be merging this feature in. I do not have a solution for Material to determine if a tab is manually selected. I am open to a well thought...