feat: work on code highlighting
This commit is contained in:
parent
c342dadf21
commit
f18cdf501a
8 changed files with 120 additions and 23 deletions
7
src/components/ListItem.svelte
Normal file
7
src/components/ListItem.svelte
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<li><slot /></li>
|
||||
|
||||
<style>
|
||||
li {
|
||||
margin: 0.7rem 0;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue