v1.0.6
Fix cursor behavior when using custom builder for anchor tags. The code now only manages _linkHandlers when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets.
New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration.
Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.
Many thanks to our contributors:
@mark-nicepants for fixing null pointer issues with custom builders
@jlandon for adding table header cell customisation features
@4rthurmonteiro for the link builder fix