diff --git a/website/playground/Playground.js b/website/playground/Playground.js index 0f8fd264..155a040b 100644 --- a/website/playground/Playground.js +++ b/website/playground/Playground.js @@ -90,7 +90,7 @@ class Playground extends React.Component { const { availableOptions, version } = this.props; return formatMarkdown( - content, + content || getCodeSample(options.parser), formatted, reformatted || "", version,