We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e026968 commit 5f8a4fcCopy full SHA for 5f8a4fc
github_activity/github_activity.py
@@ -379,7 +379,7 @@ def generate_activity_md(
379
ititle = irowdata["title"]
380
if strip_brackets and ititle.strip().startswith("[") and "]" in ititle:
381
ititle = ititle.split("]", 1)[-1].strip()
382
- this_md = f"* {ititle} [#{irowdata['number']}]({irowdata['url']}) ([@{author}](https://github.com/{author}))"
+ this_md = f"- {ititle} [#{irowdata['number']}]({irowdata['url']}) ([@{author}](https://github.com/{author}))"
383
items["md"].append(this_md)
384
385
# Get functional GitHub references: any git reference or master@{YY-mm-dd}
0 commit comments