vuepress-plugin-tabs
vuepress-plugin-tabs copied to clipboard
warning when using stretch
Can not set a value for stretch.
@martiL
Workaround: using stretch:stretch
no longer warns. :wink:
@superbiger I can do a PR to update the README if you want.
To really fix the issue, I think it comes from the getTabsAttributes
function : https://github.com/superbiger/vuepress-plugin-tabs/blob/96cf59b10ccc8d877e8ba854a051ab8645e2215b/lib/markdownItPlugin.js#L39 which assumes attribute values as string only.