You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Readme including capitalizing Markdown (hellt#25)
* Capitalize Markdown in README.md
Capitalize instances of the word Markdown that are _not_ part of hyperlinks.
* Adjust md alert regarding core hours in README.md
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# markdown-footnote-sorter
2
2
3
-
A script to sort footnotes in a markdown file.
3
+
A script to sort footnotes in a Markdown file.
4
4
5
5
Reads a Markdown file passed as the first argument and sorts footnotes.
6
6
The reference links will be numbered in
@@ -41,7 +41,7 @@ Inspired by <http://www.leancrew.com/all-this/2012/09/tidying-markdown-reference
41
41
This [creates a codespace](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)
42
42
with the default resources (currently 2 CPU, 8 GB RAM, 32 GB Storage).
43
43
44
-
* :rocket: Run fnsort on your markdown file:
44
+
* :rocket: Run fnsort on your Markdown file:
45
45
46
46
```bash
47
47
/app/fnsort.py path/to/doc.md
@@ -50,10 +50,9 @@ Inspired by <http://www.leancrew.com/all-this/2012/09/tidying-markdown-reference
50
50
> [!IMPORTANT]
51
51
> Keep in mind there are
52
52
> [monthly limits measured in core hours](https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts)
53
-
and to
54
-
[stop your codespace](https://docs.github.com/en/codespaces/developing-in-a-codespace/stopping-and-starting-a-codespace)
55
-
:stop_sign: when you're not using it to conserve your monthly core hours
56
-
allowance.
53
+
> and to [stop your codespace](https://docs.github.com/en/codespaces/developing-in-a-codespace/stopping-and-starting-a-codespace)
54
+
> :stop_sign: when you're not using it to conserve your monthly core hours
55
+
> allowance.
57
56
58
57
## Command Line Arguments
59
58
@@ -70,7 +69,7 @@ identified during sorting.
70
69
71
70
Retain or keep inline reference and footnote names.
72
71
This prevents the default behavior of replacing the names with numbers.
73
-
Footnotes at the end of the markdown are **still sorted**.
72
+
Footnotes at the end of the Markdown are **still sorted**.
0 commit comments