note: # Note tag style values: # - simple bs-callout old alert style. Default. # - modern bs-callout new (v2-v3) alert style. # - flat flat callout style with background, like on Mozilla or StackOverflow. # - disabled disable all CSS styles import of note tag. style: simple icons:false # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6). # Offset also applied to label tag variables. This option can work with disabled note tag. light_bg_offset:0
Unique name : Unique name of tabs block tag without comma. Will be used in #id’s as prefix for each tab with their index numbers. If there are whitespaces in name, for generate #id all whitespaces will replaced by dashes. Only for current url of post/page must be unique! 就是说这个参数是给你的表设一个名字,在本篇文章中仅此一个。如果要单独给某个表格设置名字在Tab caption处设置就可以。
[index] : Index number of active tab. If not specified, first tab (1) will be selected. If index is -1, no tab will be selected. It’s will be something like spoiler. 选择初始时显示的表,默认是1,-1是全收缩 Optional parameter.
[Tab caption] : Caption of current tab. If not caption specified, unique name with tab index suffix will be used as caption of tab. If not caption specified, but specified icon, caption will empty. 给表头单独添加索引,默认是从1编号;-1是不制表;如果是空的,就是name+id Optional parameter.
[@icon] : Font Awesome icon name. Can be specified with or without space; e.g. ‘Tab caption @icon’ is the same as ‘Tab caption@icon’. @+font的名字,和name之间有没有空格都可以 Optional parameter