Michael Gielda
Michael Gielda
Hi @evolentini this sounds great! You can refer to https://github.com/renode/renode/pull/112 which is a PR for another NXP platform on how to do this. Let us know about your progress and...
I think that would be an awesome idea! Just read that bit of the spec and it struck me that a block starting with ```python lineno-start: 10 (or similar) is...
Interesting - let's see: {lineno-start=2} ```python def sth(): pass ``` Sadly, this extra input renders on GH but maybe for the better...
Didn't know about djot BTW, thanks @chrisjsewell I wish dj became the new md spec superseding commonmark rather than its own format, since there are slim chances everyone/everything starts supporting...
The feature we're talking about, the block arguments etc., is certainly in no way colliding with markdown in general, at least in everyday use. I can see how MyST adopting...
Thanks @chrisjsewell - am I to understand that if that were implemented, you would be sympathetic towards merging it? (BTW I did not fully understand "Add a plugin to https://github.com/executablebooks/mdit-py-plugins,...
Meaning you actually went and did it? That is awesome! Let me try this internally.
Could that also be made to work with md-native images, to give them rst "figure"-like capability? That would be so awesome! One challenge is that rst has both image and...
@chrisjsewell Ah, yeah, I forgot about that syntax, thanks for reminding me! I think an attributes solution could be more elegant, right? :::{figure-md} name :caption: A caption  :::
The overarching idea would be to try to get e.g. GitHub to support things like those attributes - I think converging to things understood by "standard" md parsers where possible...