forked from fyngyrz/aa_macro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qr_markdown.txt
47 lines (37 loc) · 1.08 KB
/
qr_markdown.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[style h1 # [b]]
[style h2 ## [b]]
[style # [comment [b]]]
[style page [b]]
[style p [b][nl]]
[style b **[b]**]
[style i _[b]_]
[style tt <tt>[b]</tt>]
[style lb [lb]]
[style rb [rb]]
[style co [co]]
[style vb [vb]]]
[style q "]
[local toggle 0]
[style ac
[local toggle [inc [v toggle]]]
[even [v toggle] 181818]
[odd [v toggle] 000000]
]
[style rezero [local toggle 0]]
[style table [b]]
[local t2t Built-in]
[style table2 [v t2t] | [nl][dup [len [v t2t]],-] | ----[b]]
[style tinter [dup [len [parm 1]],-] | ----[nl]]
[style bistyle
[splitcount 1][split ~,[b]][local tx [parm 1]]
[ifge style=rezero,[len [v tx]],1,[nl][v tx] | [nl]{tinter}]
[splitcount 1][split |,[parm 0]] {tt {lb}[parm 0]{rb}} | [parm 1]
]
[style bxstyle
[splitcount 1][split ~,[b]][local tx [parm 1]]
[splitcount 1][split |,[parm 0]] {tt {lb}[parm 0]{rb}} | [parm 1]
]
[style c content]{# "content"}
[style cc [b]]{# content}
[style o \([b]\)]{# optional parameters}
[style r **[b]**]{# required parameters}