Link to the script
1 files changed, 1 insertions(+), 1 deletions(-) M scripts.py
M scripts.py => scripts.py +1 -1
@@ 29,7 29,7 @@ def run(scripts, o): for fn, s in section.get("scripts", {}).items(): o.write("* ") - o.write(fn) + o.write(f"[{fn}]({fn})]") d = s.get("description") if d: o.write(": ")