feat: work on code highlighting
This commit is contained in:
parent
c342dadf21
commit
f18cdf501a
8 changed files with 120 additions and 23 deletions
|
|
@ -1,9 +1,13 @@
|
|||
import Link from '../components/Link.svelte';
|
||||
import Table from '../components/Table.svelte';
|
||||
import Code from '../components/Code.svelte';
|
||||
import ListItem from '../components/ListItem.svelte';
|
||||
|
||||
const components = {
|
||||
a: Link,
|
||||
table: Table,
|
||||
code: Code,
|
||||
li: ListItem,
|
||||
};
|
||||
|
||||
export default components;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue