jira-wiki-markup v1.2.0 Release Notes

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

    • โž• Added check that a closing markup char is not preceeded by a whitespace character. Previously, plain text was still incorrectly treated as markup. E.g., the dashes in -> step -> used to be interpreted as delimiters marking deleted text.

    • ๐Ÿ‘ Allows empty table cells; table parsing failed if one of the cells did not contain any content.

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

      • A field stateLastSpcPos was added to data type ParserState to keep track of spaces.
      • Function updateLastSpcPos was added to update the aforementioned field.
      • Function afterSpace was added to test the field.