JS
This commit is contained in:
+17
@@ -58,3 +58,20 @@ Here is some __underlined__ text
|
||||
|
||||
[&1] Ordered list item 2 not included
|
||||
[&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]
|
||||
|
||||
Reference in New Issue
Block a user