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
Support fixing adjacent inline references (pre-sort) (hellt#10)
* Add support for separating adjacent footnote references with a space
* Simplify 'adjacent' argument definition and improve conditional logic
* Fix unexpected pattern replace when the same inline ref appears twice
* Modify test data for adjacent inline refs
* Modify adjacent spacing function name and move function call to main
* Add command line argument documentation to README.md
* Rename for accuracy (space_adjacent_footnotes to space_adjacent_references)
* Remove commented test function as it isn't needed
* Update CONTRIBUTING.md - replace emoji with text version
Replace unicode emoji with the text version so the markdown is plain text. `:tada:`
* Update CONTRIBUTING.md - missed the bulb emoji
Missed the bulb emoji in the last commit. Plaintext for the win.
* Remove extra argument from sort_footnotes in main
* Remove named argument (as there's a single arg)
* Add adjacent inline refs to test data
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 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
# Contributing
2
2
3
-
🎉 Thank you for your interest in contributing to this project! 🎉
3
+
:tada: Thank you for your interest in contributing to this project! :tada:
4
4
5
5
A couple of quick items:
6
6
@@ -55,4 +55,4 @@ Choose one of the below testing commands methods that suits your needs.
55
55
1. Discover unit tests in specific directory (in this case, `tests`) with verbosity
56
56
*`python -m unittest discover -s tests -v`
57
57
58
-
💡 For additional `unittest` command line options, refer to the [official Python unittest documentation](https://docs.python.org/3/library/unittest.html#command-line-interface).
58
+
:bulb: For additional `unittest` command line options, refer to the [official Python unittest documentation](https://docs.python.org/3/library/unittest.html#command-line-interface).
Wrens [^4][^7] are a family of brown birds of which there are 88 species.
5
+
6
+
## Size
7
+
Wrens are medium-small to very small birds. The Eurasian wren is among the smallest birds in its range, while the smaller species from the Americas are among the smallest passerines in that part of the world.[^1]
8
+
9
+
## Coloration
10
+
The dominating colors of their plumage are generally drab, composed of gray, brown, black, and white, and most species show some barring, especially on the tail or wings[^1].
11
+
12
+
## Diet
13
+
Wrens are primarily insectivorous, eating insects, spiders and other small invertebrates, but many species also eat vegetable matter and some eat small frogs and lizards[^4][^7].
Wrens [^1][^2] are a family of brown birds of which there are 88 species.
5
+
6
+
## Size
7
+
Wrens are medium-small to very small birds. The Eurasian wren is among the smallest birds in its range, while the smaller species from the Americas are among the smallest passerines in that part of the world. [^3]
8
+
9
+
## Coloration
10
+
The dominating colors of their plumage are generally drab, composed of gray, brown, black, and white, and most species show some barring, especially on the tail or wings [^3].
11
+
12
+
## Diet
13
+
Wrens are primarily insectivorous, eating insects, spiders and other small invertebrates, but many species also eat vegetable matter and some eat small frogs and lizards [^1][^2].
Wrens [^4][^7] are a family of brown birds of which there are 88 species.
5
+
6
+
## Size
7
+
Wrens are medium-small to very small birds. The Eurasian wren is among the smallest birds in its range, while the smaller species from the Americas are among the smallest passerines in that part of the world. [^1]
8
+
9
+
## Coloration
10
+
The dominating colors of their plumage are generally drab, composed of gray, brown, black, and white, and most species show some barring, especially on the tail or wings [^1].
11
+
12
+
## Diet
13
+
Wrens are primarily insectivorous, eating insects, spiders and other small invertebrates, but many species also eat vegetable matter and some eat small frogs and lizards [^4][^7].
0 commit comments