Updated Docs for New Path Number
This commit is contained in:
parent
4973489dd1
commit
a8667d16b4
1 changed files with 6 additions and 0 deletions
|
@ -27,12 +27,18 @@ html
|
||||||
h5 SVG address
|
h5 SVG address
|
||||||
code https://count.getloli.com/get/@:name
|
code https://count.getloli.com/get/@:name
|
||||||
|
|
||||||
|
code https://count.getloli.com/number/@:num
|
||||||
|
|
||||||
h5 Img tag
|
h5 Img tag
|
||||||
code <img src="https://count.getloli.com/get/@:name" alt=":name" />
|
code <img src="https://count.getloli.com/get/@:name" alt=":name" />
|
||||||
|
|
||||||
|
code <img src="https://count.getloli.com/number/@:num" alt=":name" />
|
||||||
|
|
||||||
h5 Markdown
|
h5 Markdown
|
||||||
code ![:name](https://count.getloli.com/get/@:name)
|
code ![:name](https://count.getloli.com/get/@:name)
|
||||||
|
|
||||||
|
code ![:name](https://count.getloli.com/number/@:num)
|
||||||
|
|
||||||
h3 eg:
|
h3 eg:
|
||||||
<img src="https://count.getloli.com/get/@index" alt="Moe Count!" />
|
<img src="https://count.getloli.com/get/@index" alt="Moe Count!" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue