Skip to content

Release 5.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 14:37
· 118 commits to develop since this release

Added

  • Table size limit in MarkdownUtils.formatDataTable(List, int) method, by @HardNorth
  • Transpose table logic if column number is bigger than row number in MarkdownUtils.formatDataTable(List, int) method, by @HardNorth
  • MarkdownUtils.formatDataTable(Map<String, String>) method, by @HardNorth