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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
| ::hfold:: SendInput, {Raw}{`% folding 参数可选, 标题 `%}`n内容`n{`% endfolding `%} return ::hfoldsta:: SendInput, {Raw}{`% folding 参数可选, 标题 `%} return ::hfoldend:: SendInput, {Raw}{`% endfolding `%} return
::htab:: SendInput, {Raw}{`% tabs UniqueName, [index] `%}`n<!-- tab [Tab caption] [@icon] -->`n内容`n<!-- endtab -->`n{`% endtabs `%} return ::htabsta:: SendInput, {Raw}<!-- tab Tab caption @icon --> return ::htabend:: SendInput, {Raw}<!-- endtab --> return
::htextu:: SendInput, {Raw}{`% u 文本内容 `%} return ::htextemp:: SendInput, {Raw}{`% emp 文本内容 `%} return ::htextwavy:: SendInput, {Raw}{`% wavy 文本内容 `%} return ::htextdel:: SendInput, {Raw}{`% del 文本内容 `%} return ::htextkbd:: SendInput, {Raw}{`% kbd 文本内容 `%} return ::htextpsw:: SendInput, {Raw}{`% psw 文本内容 `%} return
::hspanred:: SendInput, {Raw}{`% span red, 文本内容 `%} return ::hspanyellow:: SendInput, {Raw}{`% span yellow, 文本内容 `%} return ::hspanyellow:: SendInput, {Raw}{`% span yellow, 文本内容 `%} return ::hspangreen:: SendInput, {Raw}{`% span green, 文本内容 `%} return ::hspancyan:: SendInput, {Raw}{`% span cyan, 文本内容 `%} return ::hspanblue:: SendInput, {Raw}{`% span blue, 文本内容 `%} return ::hspangray:: SendInput, {Raw}{`% span gray, 文本内容 `%} return ::hspanbig1:: SendInput, {Raw}{`% span center logo large, 标题内容 `%} return ::hspanbig2:: SendInput, {Raw}{`% span center small, 标题内容 `%} return
::htip:: SendInput, {Raw}{`% tip `%}文本内容{`% endtip `%} return ::htipsuc:: SendInput, {Raw}{`% tip success `%}文本内容{`% endtip `%} return ::htiperr:: SendInput, {Raw}{`% tip error `%}文本内容{`% endtip `%} return ::htipwarn:: SendInput, {Raw}{`% tip warning `%}文本内容{`% endtip `%} return ::htipbolt:: SendInput, {Raw}{`% tip bolt `%}文本内容{`% endtip `%} return ::htipban:: SendInput, {Raw}{`% tip ban `%}文本内容{`% endtip `%} return ::htiphome:: SendInput, {Raw}{`% tip home `%}文本内容{`% endtip `%} return ::htipsync:: SendInput, {Raw}{`% tip sync `%}文本内容{`% endtip `%} return ::htipcogs:: SendInput, {Raw}{`% tip cogs `%}文本内容{`% endtip `%} return ::htipkey:: SendInput, {Raw}{`% tip key `%}文本内容{`% endtip `%} return ::htipbell:: SendInput, {Raw}{`% tip bell `%}文本内容{`% endtip `%} return ::htipcustom:: SendInput, {Raw}{`% tip fa-atom `%}自定义font awesome图标{`% endtip `%} return
::hnote:: SendInput, {Raw}{`% note [class] [no-icon] [style] `%}`nAny content (support inline tags too.io).`n{`% endnote `%} return ::hnoteclz:: SendInput, {Raw}default/primary/success/info/warning/danger/blue/pink/red/orange/purple/green return
::hnotesty:: SendInput, {Raw}simple/modern/flat/disabled return
|