Isaac Muse
Isaac Muse
It shouldn't conflict with the feature, but I'll double check that I have accounted for it properly in the logic.
Oh, I see, it's a feature to adjust the URL so you can share a link to a tab. In this case, even if it overrides the user's set default,...
If I considered this I would not implement it in this fashion. It would need the `attr_list` extension and be implemented like this: ``` ??? optional-class "Title" {: #optional-id} Content...
> Having the id in the details element allows me to use the id as the URL hash. That links directly to where it is on the page and adds...
I'm considering a new format potentially. One that may not require indentation. Of course, this would allow for IDs to be set on Details, Tabs, etc. https://github.com/Python-Markdown/markdown/issues/1175#issuecomment-1204715550 Anyways, this is...
The one thing which was holding us up on this issue is we wanted to match Admonitions in the official Python Markdown library. We wanted consistency, and we wanted to...
The syntax to allow this may or may not change depending on what gets implemented in Python Markdown, we will probably model what they do.
It should be noted that there appears to be no parent passed into the processor in which we handle this, so context is not available. We may be able to...
I'll admit that I definitely regret a little being too clever with the syntax of snippets. This is partly because coming up with a syntax I hadn't already used was...
@akrisrn, very nice. I think if, I end up allowing templates, I will release it under a new extension and rework the snippet syntax so that I can deprecate the...