tuchk4 / storybook-readme

React Storybook addon to render README files in github style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not escape source code

lufego opened this issue · comments

Hi, I need to display the source code for the component. The thing is that one of the props is a JSON string, and it has double quotes inside. But when the source code gets rendered, they are replace by ".

Is there any way to avoid it?

image