diff --git a/.storybook/config.js b/.storybook/config.js index d42c60ffe5..44d351f978 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -42,7 +42,7 @@ const makeModeKnob = pane => ) ); -addDecorator(withKnobs); +addDecorator(withKnobs({ escapeHTML: false })); addDecorator((storyFn /* , context */) => { const contents = storyFn();