Skip to content

Commit 6f6a788

Browse files
Update index.md
1 parent 8171ccf commit 6f6a788

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# My Page
1+
## Markdown and HTML Mixed
22

3-
Here's some Markdown.
3+
You can use Markdown for this part.
44

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
5+
<div style="background:#f0f0f0; padding:10px; border-radius:5px;">
6+
<h3>HTML inside Markdown!</h3>
7+
<p>This box uses raw HTML with styles.</p>
8+
<a href="https://example.com"><button>Visit</button></a>
9+
</div>

0 commit comments

Comments
 (0)