feat: add dpdk post and code component and footnotes
This commit is contained in:
parent
aa8b9cd303
commit
20a6223eaf
11 changed files with 590 additions and 7 deletions
|
|
@ -3,6 +3,7 @@ import Table from '../components/Table.svelte';
|
|||
import Code from '../components/Code.svelte';
|
||||
import ListItem from '../components/ListItem.svelte';
|
||||
import Divider from '../components/Divider.svelte';
|
||||
import sup from '../components/sup.svelte';
|
||||
|
||||
const components = {
|
||||
a: Link,
|
||||
|
|
@ -10,6 +11,7 @@ const components = {
|
|||
code: Code,
|
||||
li: ListItem,
|
||||
hr: Divider,
|
||||
sup,
|
||||
};
|
||||
|
||||
export default components;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue