Skip to content

v2.1.80-rc

Compare
Choose a tag to compare
@ap0llo ap0llo released this 24 Jun 19:07
  • Resolve constructor ambiguities
  • Add "MdAdmonition" block type
  • Add IReadOnlyCollection implementation and Insert() to MdCompositeSpan
  • Add IReadOnlyList implementation and Insert() to MdTableRow
  • Add IReadOnlyCollection implementation to MdTable
  • Implement IReadOnlyCollection and add Insert() to MdContainerBlock and MdList
  • Add MdTable.Insert()
  • Add MdDocumentSet
  • Add convenience constructors to MdEmphasisSpan and MdStrongEmphasisSpan to allow passing in multiple spans.
  • Add SyntaxVisualizer public
  • Fix more construtor ambiguities in container blocks
  • Add DeepEquals() method to all block and span classes
  • Add MdHeading.Anchor property to make linking to sections of a document easier
  • Add MdEmptyBlock
  • Fix typos in comments and inline documentation
  • Add MdParagraph.Add() method