Skip to content

Commit

Permalink
event index: use numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Feb 17, 2024
1 parent 4c879a3 commit 2ff77f3
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 277 deletions.
2 changes: 1 addition & 1 deletion Scrapping/eventsJsonToEventsMarkdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def create_events_index(events):
# Loop through the markdown files for the year
for e in md_dict[year]:
# Write the markdown file as a list item
f.write(f"- [{e['date_str']} - {e['title']}]({e['file']})\n")
f.write(f"1. [{e['date_str']} - {e['title']}]({e['file']})\n")

# Write a blank line after each year
f.write(f"\n")
Expand Down
Loading

0 comments on commit 2ff77f3

Please sign in to comment.