catcombo / jira2markdown

Convert text from JIRA markup to Markdown using parsing expression grammars
MIT License
22 stars 5 forks source link

Table Header Separator `-` is not compliant with YouTrack Markdown `---` #29

Closed arctus-io closed 1 month ago

arctus-io commented 1 month ago

When converting tables into Markdown the resulting tables have single-hyphen (minus-sign) separators (-) which do not follow the YouTrack Markdown implementation of triple-hyphen (minus-sign) separators (---):

Separate the header row from the rest of the table with three or more minus signs (---).

Some Markdown processors render the resulting single-hyphen separated tables but others do not.