This commit is contained in:
2026-07-14 22:07:51 +02:00
parent 3ea48cd313
commit f3650e59b1
+17
View File
@@ -58,3 +58,20 @@ Here is some __underlined__ text
[&1] Ordered list item 2 not included [&1] Ordered list item 2 not included
[&named] This is the definition for a named footnote [&named] This is the definition for a named footnote
!! Variable demo
$(counter=0)
$(link=https://git.krzak.org/N0VA/TypoML)
`tlm.counter` = $(counter)
#($(link))[Repo link]
$[script]
let count = 0;
setInterval(() => {
count++;
tlm.counter = count;
}, 1000);
$[/script]