<Breadcrumbs>

rockhound

pages

markdown

</Breadcrumbs>

 <Main>

 <Title>

Markdown

</Title>

 <Content>

1
<style>
2
section#Content a:not([title="GitHub"]) {
3
@apply border-b-2 border-ctp-mauve border-dashed;
4
}
5
section#Content h1 {
6
@apply !text-ctp-mauve !text-4xl;
7
}
8
section#Content h1::before {
9
content: '#';
10
@apply !text-ctp-overlay0 !text-4xl pr-4;
11
}
12
section#Content blockquote {
13
@apply border-4 border-transparent border-l-ctp-mauve pl-10 py-2;
14
}
15
section#Content pre {
16
@apply p-4 rounded-md;
17
}
18
</style>

Hello, world!


Hi, there!


GitHub - astro-community/md: Render any Markdown content in Astro, optionally integrating with any existing configuration.


Welcome to my website.


1
console.log('Hello, world!');

</Content>

</Main>