design: box for tabs instead
This commit is contained in:
@@ -79,7 +79,7 @@ const md = new MarkdownIt({
|
|||||||
openRender: (info: MarkdownItTabInfo) => {
|
openRender: (info: MarkdownItTabInfo) => {
|
||||||
currentTabGroup = ++tabGroupCounter
|
currentTabGroup = ++tabGroupCounter
|
||||||
currentTabActiveSet = info.active >= 0
|
currentTabActiveSet = info.active >= 0
|
||||||
return '<div class="tabs tabs-lift">\n'
|
return '<div class="tabs tabs-box">\n'
|
||||||
},
|
},
|
||||||
closeRender: () => "</div>\n",
|
closeRender: () => "</div>\n",
|
||||||
tabOpenRender: (data: MarkdownItTabData) => {
|
tabOpenRender: (data: MarkdownItTabData) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user