Add footnotes section.
This commit is contained in:
2
.github/workflows/autofix.yaml
vendored
2
.github/workflows/autofix.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Remove blacklisted TOC entries
|
||||
# See: https://github.com/sindresorhus/awesome-lint/blob/v0.13.0/rules/toc.js#L15-L20
|
||||
run: |
|
||||
gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License)\]\(#.+\)$/{print}' ./readme.md
|
||||
gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md
|
||||
- name: Commit and push changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.4.1
|
||||
with:
|
||||
|
||||
@@ -363,4 +363,7 @@ The [header image](./assets/awesome-falsehood-header.jpg) is based on a modified
|
||||
distributed under a [Creative Commons BY-SA 2.0 UK
|
||||
license](https://creativecommons.org/licenses/by-sa/2.0/uk/deed.en).
|
||||
|
||||
<a name="intro-quote-def">[1]</a>: [*Notebooks, 1914-1916*, page 14e](https://archive.org/details/notebooks191419100witt/page/n35) (Harper & Brothers, New York, 1961). [\[↑\]](#intro-quote-ref)
|
||||
|
||||
## Footnotes
|
||||
|
||||
* <a name="intro-quote-def">[1]</a>: [*Notebooks, 1914-1916*, page 14e](https://archive.org/details/notebooks191419100witt/page/n35) (Harper & Brothers, New York, 1961). [\[↑\]](#intro-quote-ref)
|
||||
|
||||
Reference in New Issue
Block a user