John MacFarlane

Results 2365 comments of John MacFarlane

@alerque for a demo of the source map functionality, you can do `commonmark --highlight -xall README.md`. This does syntax highlighting with all the extensions enabled. To see how this is...

Not actually so easy, since inline parsing comes after block parsing and isn't aware of the block-level context.

I'm not sure where we'd store them.

Some relevant discussion here: https://github.com/jgm/pandoc/issues/2583 But I generally like to avoid changes to pandoc-types, which are painful for the whole ecosystem (everything has to be changed). For your purposes, you...

That said, it could be worth putting an issue on pandoc-types suggesting this. But only if you're willing to do the work (should the idea be accepted) of modifying all...

I suppose the most obvious useful change would be to add an Attr field to the Note constructor.

Not sure. On the one hand, there's an argument for keeping it simple and just having one form.

Yes, the vertical balance issue was why in our original discussions of fenced code blocks (long before GitHub implemented them), the PHP Markdown designer and I decided on tildes. However,...

I like the basic idea. ~~I think it would be good to add some tooling, so that the examples are all converted by djot to HTML and put in columns,...