feat: work on code highlighting

This commit is contained in:
Alexander Daichendt 2022-07-26 22:11:03 +02:00
parent c342dadf21
commit f18cdf501a
8 changed files with 120 additions and 23 deletions

View file

@ -1,8 +1,8 @@
<script context="module">
// @ts-ignore
import components from './components';
const { a, table } = components;
export { a, table };
const { a, table, code, li } = components;
export { a, table, code, li };
</script>
<script>