We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8171ccf commit 6f6a788Copy full SHA for 6f6a788
1 file changed
index.md
@@ -1,9 +1,9 @@
1
-# My Page
+## Markdown and HTML Mixed
2
3
-Here's some Markdown.
+You can use Markdown for this part.
4
5
-<p>This is a paragraph in raw HTML.</p>
6
-
7
-<strong>Bold text using HTML</strong>
8
9
-<button>Click Me</button>?action=0
+<div style="background:#f0f0f0; padding:10px; border-radius:5px;">
+ <h3>HTML inside Markdown!</h3>
+ <p>This box uses raw HTML with styles.</p>
+ <a href="https://example.com"><button>Visit</button></a>
+</div>
0 commit comments