Kaifuny / vuepress-plugin-tabs

Vuepress plugin - Tabs Container for Vuepress
https://superbiger.github.io/vuepress-plugin-tabs/
Other
34 stars 14 forks source link

warning when using stretch #14

Open martiL opened 4 years ago

martiL commented 4 years ago

image

Can not set a value for stretch.

genygilles commented 3 years ago

@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.