forked from HEL/chronos
feat: make _ret end-tip configurable
This commit is contained in:
@@ -57,7 +57,8 @@
|
|||||||
seq.p2, seq.p1,
|
seq.p2, seq.p1,
|
||||||
comment: ret.comment,
|
comment: ret.comment,
|
||||||
disable-src: true,
|
disable-src: true,
|
||||||
dashed: true
|
dashed: true,
|
||||||
|
end-tip: ret.end-tip,
|
||||||
).first()
|
).first()
|
||||||
return (elmts, activation-history)
|
return (elmts, activation-history)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,9 +45,10 @@
|
|||||||
),)
|
),)
|
||||||
}
|
}
|
||||||
|
|
||||||
#let _ret(comment: none) = {
|
#let _ret(comment: none, end-tip: ">") = {
|
||||||
return ((
|
return ((
|
||||||
type: "ret",
|
type: "ret",
|
||||||
comment: comment
|
comment: comment,
|
||||||
|
end-tip: end-tip
|
||||||
),)
|
),)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user