Skip to content

0.1.0

Compare
Choose a tag to compare
@josefpihrt josefpihrt released this 21 Aug 10:46

New API

  • Add method DotMarkdown.MarkdownWriter.WriteStartLink
  • Add method DotMarkdown.MarkdownWriter.WriteEndLink
  • Add method DotMarkdown.MarkdownWriter.WriteTableCell
  • Add method DotMarkdown.TableColumnInfo.WithAlignment
  • Add method DotMarkdown.TableColumnInfo.WithWidth
  • Add method DotMarkdown.TableColumnInfo.WithIsWhiteSpace
  • Add method DotMarkdown.Linq.MFactory.Autolink
  • Add method DotMarkdown.Linq.MFactory.LinkOrAutolink

Changed API

  • Class DotMarkdown.Emojis is internal
  • Class DotMarkdown.Linq.MLink inherits from DotMarkdown.Linq.MContainer instead of DotMarkdown.Linq.MElement