fix(playground): add missing `input` code sample for `copy markdown` (#4382)

master
Ika 2018-04-26 11:37:29 +08:00 committed by Lucas Duailibe
parent 9d5a7c7c66
commit b46a46b112
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Playground extends React.Component {
const { availableOptions, version } = this.props;
return formatMarkdown(
content,
content || getCodeSample(options.parser),
formatted,
reformatted || "",
version,