Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 474 Bytes

template.md

File metadata and controls

24 lines (18 loc) · 474 Bytes
api key name refer version
true
template_unique_key
template:name
os.trycp, os.cp, is.os
1.0.1

If an h3 title only contains the api name, an anchor is automatically generated

template:name

Otherwise, it can explicitely be defined

${anchor template_unique_key}

Add here any documentation. The text can contain a link to another page: ${link os.cp}.

-- links also work in code blocks
if ${link is.os}("windows") then
	-- do stuff
end