diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6030908329..e0465a7847 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,7 @@ **Marked version:** +**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a + +**Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a + ## Description - Fixes #### (if fixing a known issue; otherwise, describe issue using the following format) diff --git a/AUTHORS.md b/AUTHORS.md index 8c0eba80d1..094b42bc0e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -132,6 +132,8 @@ Badges at play:
Someone who has demonstrated a high degree of expertise or authority when it comes to software security.
Titan of the Test Harness
Someone who demonstrates high-levels of understanding regarding Marked's test harness.
+
Totally Tron
+
Someone who demonstrates they are willing and able to "fight for the users", both developers dependent on marked to do their jobs as well as end-users interacting with the output (particularly in the realm of those with the disabilities).
Special badges that come with the job: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe38b4b475..9fbb49500b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,6 +90,6 @@ To build your own minified version of Marked: npm run build ``` -## Releasing +## Publishing -Creating GitHub releases and publishing to NPM is limited to conributors and owners. If you would like more information, please see our [releasing documentation](https://github.com/markedjs/marked/blob/master/RELEASE.md). +Creating GitHub releases and publishing to NPM is limited to conributors and owners. If you would like more information, please see our [publishing documentation](https://github.com/markedjs/marked/blob/master/PUBLISHING.md). diff --git a/RELEASE.md b/PUBLISHING.md similarity index 100% rename from RELEASE.md rename to PUBLISHING.md diff --git a/USAGE_ADVANCED.md b/USING_ADVANCED.md similarity index 100% rename from USAGE_ADVANCED.md rename to USING_ADVANCED.md diff --git a/USAGE_EXTENSIBILITY.md b/USING_PRO.md similarity index 100% rename from USAGE_EXTENSIBILITY.md rename to USING_PRO.md