Releases: catcombo/jira2markdown
Releases · catcombo/jira2markdown
v0.4
What's Changed
- Use YouTrack format to render image with properties by @vasokot in #37
New Contributors
Full Changelog: v0.3.7...v0.4
v0.3.7
What's Changed
- feat(tables): change table header delimiter to triple hyphen to be compliant with YouTrack Markdown #29
New Contributors
Full Changelog: v0.3.6...v0.3.7
v0.3.5
- chore(poetry): temporarily pin
pyparsing
to version 3.0.9 due to (possible) bug in the pyparsing
3.1.0 #22
Changelog: 0.3.4...0.3.5
v0.3.3
- feat(text-effects): add indentation after quote if missing #19
- feat(images): image with attributes #18
Full changelog v0.3.2...v0.3.3
v0.3.2
- feat(text-effects): use
<u>
tag in markdown to convert underline token #14
- feat(links): add support for email tags
v0.3.1
- add optional space indentation for the list items #9
v0.3
- upgrade
pyparsing
to version 3
- update minimal Python version to 3.7
- horizontal rule loses trailing and leading spaces after conversion
v0.2.1
- parse optional parameters for
code
and noformat
tags
- improve language name parsing for
code
tag