Chris Sewell

Results 1351 comments of Chris Sewell

@choldgraf this is still awaiting your feedback

Heya, I would also point to https://docutils.sourceforge.io/docs/ref/doctree.html as well here (i.e. what restructuredtext does) Here, every node in the AST stores both a line number and source attribute. this allows...

More generally, from an extension viewpoint, it might be nice if there was a standardised prefix for all extension types. For example, let's say the prefix was `=` for now....

> By the way, are there any other useful changes or commonmark deviations in there? I'd recommend just reading https://github.com/jgm/djot#rationale, this essentially details the commonmark deviations and their rationale, which...

> Maybe you can do so in python, if you don't mind diverging from source code here Yeh ughh, I'd be very wary of doing this as obviously any divergences...

From https://github.com/rlidwka/markdown-it.rs/issues/7#issuecomment-1603117055, I see now why you suggest this 😄 So I guess this is definitely possible to add in markdown-it.rs

> you don't have backward compatibility issues well not on the same scale as here, but markdown-it-py has a fair few users, so certainly not trivial to change too much...

> I was thinking about reflection API already, and that's a good use-case for it. Oo very interesting 👀 > What exactly is missing for that to work? Well I...

hey @Leenix, yeh interesting, can you provide an example SVG with these links in, and/or a link to the project which you are using this in