Mar 2, 2026 • 4 min read
Behind the Scenes: Where Does USP’s Yield Come From?
In a world where cryptocurrency values fluctuate rapidly, stablecoins have become a trusted way to preserve value. But what if you could earn passive income while keeping holding your funds? That’s exactly what yield-bearing stablecoins like Piku’s USP aim to achieve.
Share This

title: "ReactMarkdown + Strapi Rich Text Torture Test" slug: "react-markdown-strapi-test" summary: "A thorough markdown sample to validate rendering, styling, and plugins." date: "2025-11-06" tags: ["markdown", "strapi", "react-markdown", "nextjs", "gfm"]
H1: Page Title
Intro paragraph with bold, italic, strikethrough, and bold italic.
Inline code: const greet = (name) => \hi ${name}``.
Autolink: https://example.com
Blockquote (with nested content)
This is a quoted paragraph.
It can include lists
And formatting
Nested quote level 2
End.
H2: Links & Images
A link with title: React Markdown.
Relative link: local page.
Email link: hello@example.com.
Figure with caption (HTML fallback—requires rehype-raw to render):
H2: Lists
Unordered
- Plain item
- Bold item
- Nested item
- Deeply nested item
- Nested item
Ordered
- First
- Second
- Sub-step A
- Sub-step B
- Third
Task List (GFM)
- Pending task
- Completed task
- Another task with bold text
H2: Tables (GFM)
Basic:
| Feature | Works? | Notes |
|---|---|---|
| Bold/Italic | ✅ | Inline formatting |
| Links | ✅ | Link |
| Code | ✅ | const ok = true |
| Alignment | ✅ | This column is centered |
Wide:
| Col 1 | Col 2 | Col 3 | Col 4 | Col 5 |
|---|---|---|---|---|
| 1000 | A | B | C | text |
| 2000 | D | E | F | text |
H2: Code Blocks

Share This