Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit f0bee5c

Browse files
author
Shammamah Hossain
committed
Use plaintext for code without highlights.
1 parent 64bc5c8 commit f0bee5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/visual/percy-storybook/MarkdownCells.percy.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ storiesOf('DashTable/Markdown', module)
6868
{ a: '> This is a multiline\n> quote.', b: 'multiline quote' },
6969
{ a: 'The `dash_table` package is super cool!', b: 'inline code' },
7070
{
71-
a: ['```',
72-
'def hello_world():',
73-
' print("hello, world!")',
71+
a: ['```plaintext',
72+
'export default helloworld(){',
73+
' print("hello, world!")}',
7474
'```'].join('\n'),
7575
b: 'code block without syntax highlighting'
7676
},

0 commit comments

Comments
 (0)