Skip to content

Commit 027858c

Browse files
committed
updated README.md
1 parent 3e229e0 commit 027858c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,9 @@ Maintain your Git `README.md` and similar Markdown documentation well.
10951095
- `mdl_list_indentations.sh`- runs Markdownlint `mdl` command and prefixes the spaces count to each offending line of MD005 (inconsistent list indentations). Workaround for [Markdownlint issue #1514](https://github.com/DavidAnson/markdownlint/issues/1514)
10961096
- `markdown_list_indentations.sh` - prefixes number of spaces before each list item for comparison to MarkdownLint MD005 inconsistent list indentation error
10971097
- `markdown_columns_to_table.sh` - converts text columns separated by whitespace to a Markdown table with vertically aligned column pipe chars. Combine with scripts like `domains_subdomains_environments.sh` to generate the markdown documentation of your domains and subdomains per project and environment
1098+
- `markdown_octocat_github_links.sh` - converts GitHub links links like
1099+
`<https://github.com/HariSekhon/Knowledge-Base>` to shorthand links with an OctoCat emoji and without the redundant `https://github.com/` prefix such as
1100+
[:octocat: HariSekhon/Knowledge-Base](https://github.com/HariSekhon/Knowledge-Base)
10981101

10991102
### CI/CD - Continuous Integration / Continuous Deployment
11001103

0 commit comments

Comments
 (0)