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

Commit fe1cab8

Browse files
author
Shammamah Hossain
committed
Add markdown images demo.
1 parent f132335 commit fe1cab8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/data.ts

+6
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ export const generateMarkdownMockData = (rows: number) => unpackIntoColumnsAndDa
154154
'```python',
155155
'def hello_table(' + i + '):',
156156
' print("hello, " + i)'].join('\n'), rows)
157+
},
158+
{
159+
id: 'markdown-images',
160+
name: ['', 'Images'],
161+
presentation: 'markdown',
162+
data: gendata(i => '![image ' + i + ' alt text](https://dash.plot.ly/assets/images/logo.png)')
157163
}
158164

159165
]);

0 commit comments

Comments
 (0)