tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
Fix not dropping brackets on internal links
ngp.computer
1 year ago
a2b3b5f1
8cf743c9
+1
-1
1 changed file
expand all
collapse all
unified
split
src
task.rs
+1
-1
src/task.rs
···
89
89
contents.purple(),
90
90
super_num(links.len() + 1).purple()
91
91
);
92
92
-
out.replace_range(il-1..out.len(), &linktext);
92
92
+
out.replace_range(il - 1..out.len(), &linktext);
93
93
links.push(ParsedLink::Internal(id));
94
94
} else {
95
95
panic!("Internal link is not a valid id: {contents}");