mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
14 lines
199 B
Markdown
14 lines
199 B
Markdown
```svelte example raised hideStyle
|
|
Some words could go here.
|
|
|
|
<hr class="divider" />
|
|
|
|
And some other words could go here.
|
|
|
|
<style>
|
|
.example__source__code {
|
|
flex-direction: column;
|
|
}
|
|
</style>
|
|
```
|