Currently the issue reporter on github creates a new issue every time a finding is encountered.
This commit changes this behavior and instead keeps one issue per all encounters of a particular finding, where finding is considered a unique title.
* fix(reporting): Markdown and Jira exporter fixes
* removed the code duplication between the Markdown and Jira exporter
* markdown requires at least 3 dashes in the cells to separate headers from contents in a table
* fixed the Jira link creation in the description
* Jira requires at least 4 dashes for a horizontal line
* added tests
* Jira doesn't use dashed separators between table headers and contents
* fix(reporting): Markdown and Jira exporter fixes
* satisfying the linter
* minor syntax changes
---------
Co-authored-by: Mzack9999 <mzack9999@protonmail.com>