Skip to content

Releases: catcombo/jira2markdown

v0.2.0

11 Mar 08:22
Compare
Choose a tag to compare
  • Massive improvements in parsing of all elements
  • Add parser elements customization

v0.1.8

28 Feb 18:23
Compare
Choose a tag to compare
  • Add new conversions for:
    • ??citation??
    • ^superscript^
    • ~subscript~
    • {panel}...{panel}
  • Add space before and after user mention (@username) if it adjacent to a text
  • Allow punctuation marks come after the user mention (@username) without a space
  • Add a line break before and after a table if only it adjacent to a text

v0.1.7

22 Feb 08:45
Compare
Choose a tag to compare
  • Remove image width and height attributes conversion

v0.1.6

22 Feb 09:01
Compare
Choose a tag to compare
  • Ruler token (----) can now be preceded by whitespaces or linebreak (\\) from the beginning of the line
  • Quote token (bq.) can now be preceded by whitespaces from the beginning of the line
  • Heading token (h1.) can now be preceded by whitespaces from the beginning of the line
  • Table token now correctly recognizes a mailto token with a title ([Title|mailto:[email protected]]) inside a table cell
  • Add unicode support for start matching for image and bold tokens