Releases: catcombo/jira2markdown
Releases · catcombo/jira2markdown
v0.2.0
- Massive improvements in parsing of all elements
- Add parser elements customization
v0.1.8
- 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
v0.1.6
- 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