jira2markdown icon indicating copy to clipboard operation
jira2markdown copied to clipboard

Convert text from JIRA markup to Markdown using parsing expression grammars

Results 4 jira2markdown issues
Sort by recently updated
recently updated
newest added

When using `jira2markdown`'s `convert()` function on Jira lists with Carriage Return (CR) Line Feed (LF) (CRLF) style line-breaks the resulting markdown text adds erroneous whitespace to subsequent text after the...

I haven't been able to find the Atlassian documentation behind why this happens but in real world usage the Jira Editor sometimes wraps text effects (`~`, `_`, `+`, etc) in...

Jira supports two different syntax styles for mixed nested lists but jira2markdown only identifies/converts with one version: First version (works in `jira2markdown`), each nested bullet begins with same bullet character(s)...