remove some duplicated todo items, probably created by a merge

b00f1e7453768b9d35d9b23af0e1d2c3f24f1009

Tucker McKnight <tucker@pangolin.lan> | Sun Feb 22 2026

remove some duplicated todo items, probably created by a merge
wiki/index.md:41
Before
40
41
42
43
44
45
46
47
    posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
  - Seems to print out all on one line right now.
- [ ] make the useDefaultTemplate option actually be used
- [ ] document (or fix?) that it fails if the compareTo branch isn't one of the pulled branches
- [ ] Show how many commits are different between the given branch and the main
      (or a specified branch?
- [ ] make the useDefaultTemplate option actually be used
- [ ] Compute language bar graph based on lines of code, not count of files
After
40
41
42

43

44
45
    posts when browsing the code.
- [ ] Better file display if syntax highlighting plugin is not available
  - Seems to print out all on one line right now.
⁣
- [ ] document (or fix?) that it fails if the compareTo branch isn't one of the pulled branches
⁣
      (or a specified branch?
- [ ] make the useDefaultTemplate option actually be used
- [ ] Compute language bar graph based on lines of code, not count of files