schlechtenburg/docs/try.md

17 lines
226 B
Markdown
Raw Normal View History

2022-09-05 19:12:20 +00:00
---
layout: page
---
<script setup>
import { withBase } from 'vitepress';
import ExampleEditor from './ExampleEditor';
</script>
<div class="sb-doc">
# Example Schlechtenburg Editor
</div>
<ExampleEditor></ExampleEditor>