jira-wiki-markup v1.2.1 Release Notes

Release Date: 2020-04-03 // about 4 years ago
  • ๐Ÿš€ Released 2020-04-02

    • ๐Ÿ›  Fixed rendering of image attributes: image attributes are separated by commas instead of pipes; the latter are used in block parameters.

    • ๐Ÿ›  Fixed parsing of blockquotes which are not preceeded by blank lines.

    • ๐Ÿ“œ Ensure parsing of single-line blockquotes is possible even if there is no space between bq. marker and contents.

    • ๐Ÿ›  Fixed parsing of colors: parsing no longer fails for hexcolors which contain non-decimal digits.

    • ๐Ÿ”„ Changes to module Text.Jira.Parser.Shared:

      • New parsing function colorName which parses a color descriptor, i.e. either a name or a hexcolor.