I want to add a few basic extensions using CommonMark.NET: image dimensions/alignment and tables.
Is there a way of plugging into the parser yet to do this? Some suggestions on the CommonMark forum suggest putting the image dimensions in the alt part of the image tag, which I can handle with a CustomHtmlFormatter but the tables looks a lot more involved.
Any suggestions would be welcomed!