Skip to content

Commit 75f8ae2

Browse files
authored
Use ul
1 parent f422d48 commit 75f8ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
/^[[:space:]]+Ln [0-9]+,/ {
196196
match($0, /Ln [0-9]+/)
197197
line_num = substr($0, RSTART + 3, RLENGTH - 3)
198-
print ">> [Ln " line_num ", " substr($0, index($0, "Col")) "](https://github.com/originlab/" site "/blob/" sha "/" file_path "#L" line_num ")"
198+
print "> - [Ln " line_num ", " substr($0, index($0, "Col")) "](https://github.com/originlab/" site "/blob/" sha "/" file_path "#L" line_num ")"
199199
next
200200
}
201201
{ print }

0 commit comments

Comments
 (0)