Minor fixes
This commit is contained in:
parent
4df28edaf0
commit
9342faa510
@ -25,7 +25,7 @@ func main():
|
||||
= "???"
|
||||
|
||||
>> path:parent():child("other-file.txt")
|
||||
= /???
|
||||
= (/???)
|
||||
|
||||
>> dir := (/tmp/test-*.txt):glob()
|
||||
= [???]
|
||||
|
@ -5,7 +5,7 @@ lang HTML:
|
||||
|
||||
# Custom escaping rules can be created with `convert`
|
||||
convert(t:Text -> HTML):
|
||||
t = t:replace_all({$/&/="&", $/</="<", $/>/=">"})
|
||||
t = t:translate({"&"="&", "<"="<", ">"=">"})
|
||||
return HTML.from_text(t)
|
||||
|
||||
func paragraph(content:HTML -> HTML):
|
||||
|
Loading…
Reference in New Issue
Block a user