Improvements to source position mapping
Release notes
Block.SourcePosition
andInline.SourcePosition
values are now written to the output whenCommonMarkSettings.TrackSourcePosition = true
.- Fixed source position mapping for single-line blocks (see #22).
- New shortcut method
CommonMarkConverter.Parse()
(see #19) that returns fully parsed document tree.