feat: work on code highlighting
This commit is contained in:
parent
c342dadf21
commit
f18cdf501a
8 changed files with 120 additions and 23 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue