mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 06:18:27 +08:00
chore: another markdown
This commit is contained in:
@ -1,7 +1,25 @@
|
||||
'use client'
|
||||
import { MarkdownWithDirective } from '@/app/components/base/markdown-with-directive'
|
||||
|
||||
const markdown = `
|
||||
const markdown1 = `
|
||||
We’re refining our messaging for technical teams, like how did you find us and did our positioning truly resonate?
|
||||
|
||||
Share your perspective in a 30-minute chat and receive:
|
||||
|
||||
::::withIconCardList
|
||||
|
||||
:::withIconCardItem {icon="https://assets.dify.ai/images/gift-card.png"}
|
||||
$100 Amazon gift card
|
||||
:::
|
||||
|
||||
:::withIconCardItem {icon="https://assets.dify.ai/images/dify-swag.png"}
|
||||
Dify swag
|
||||
:::
|
||||
|
||||
::::
|
||||
`
|
||||
|
||||
const markdown2 = `
|
||||
We’re speaking with technical teams to better understand:
|
||||
|
||||
- How you discovered Dify
|
||||
@ -28,7 +46,11 @@ export default function RemarkDirectiveTestPage() {
|
||||
remark-directive test page
|
||||
</h1>
|
||||
<div className="markdown-body">
|
||||
<MarkdownWithDirective markdown={markdown} />
|
||||
<MarkdownWithDirective markdown={markdown1} />
|
||||
</div>
|
||||
|
||||
<div className="markdown-body !mt-5">
|
||||
<MarkdownWithDirective markdown={markdown2} />
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user