mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 15:44:45 -04:00
parent
557386f78f
commit
e2155e735d
65 changed files with 834 additions and 467 deletions
11
src/components/editor/markdown-preview/markdown-preview.tsx
Normal file
11
src/components/editor/markdown-preview/markdown-preview.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import React from 'react'
|
||||
|
||||
const MarkdownPreview: React.FC = () => {
|
||||
return (
|
||||
<div style={{ backgroundColor: 'red' }}>
|
||||
Hello, MarkdownPreview!
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export { MarkdownPreview }
|
Loading…
Add table
Add a link
Reference in a new issue