Isaac Muse
Isaac Muse
Is this true for the alternate style that is available? Are you aware of the alternate style vs the default? Granted, we not currently apply roles to worker yet, but...
I enabled a screen reader and played with this a bit. I at least have a better feel for what doesn't work, and even when adding roles and such, I...
I am not certain if we will go in this direction. We are certainly not prevented from specifying multiple lines as it can be done in block format. With that...
I never claimed you said it was not possible, I was just reiterating that this does not enable something that could not previously be done. This enables no new functionality...
After giving this some thought, I'm okay with extending this. I'll probably implement something like this in the next release.
This didn't make the cut for the next release, but it should make it in the one after.
@bimCelum, please open up a separate issue for your problem so we can triage it. We should not be using specific issues as a dumping ground for any issue that...
@bimCelum also, if you are doing this in a MkDocs Material environment, please create a minimal, reproducible example following their guide: https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/?h=minimal#minimal-reproduction. This helps save me time from having to...
@shaedrich A PR is up for multi-line selections. Keep in mind that each line selection is evaluated independently of previous selections. Selections will be performed in the order they are...
IIRC it is simply how etree works. I don't Python Markdown especially cares about how it is output, they are just limited by the behavior of etree. Attributes are defined...