We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a411a commit ab47f5fCopy full SHA for ab47f5f
playground/src/app.jsx
@@ -17,7 +17,7 @@ print("This is Code Hike")
17
const defaultInput = {
18
mdx: defaultCode,
19
css: ".preview-container { border: 1px solid blue; }",
20
- config: {},
+ config: { lineNumbers: false, showCopyButton: false },
21
};
22
23
function App() {
0 commit comments