markdown-to-jira
markdown-to-jira copied to clipboard
VSCode Extension for converting Markdown formatting to JIRA or vice-versa easily
Hey there, I got an .md - file opened within visual studio code. Verified the .md code with the build - in preview. If I'm trying to use the 'Convert...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
The following markdown: # test.md ```python # comment import somelibrary ``` is converted to the following JIRA: h1. test.md {code:python} h1. comment import somelibrary {code} I expect the following result:...
Updating some dependencies to resolve npm vulnerability appointments.
Hi, I'm a [VSCodium](https://github.com/VSCodium/vscodium) user, a FLOSS version of VS Code. It's the same code but without Microsoft's telemetry, branding and licensing. I would like to request, if possible, to...
multi-level bullet list is not convert correctly currently, the tool preserves spaces, but it should count spaces to detect multi-level bullet list and convert respectively ## input ```md # log...
This: ``` - Q - z - x - c - W - E ``` Unfortunaltely is not properly converted to this: ``` - Q -- z -- x --...
This: ``` | Header 1 | Header 2 | Header 3 | |-----|-----|-----| | A | B | C | | D | E | F | ``` Unfortunaltely is...