17 lines
226 B
Markdown
17 lines
226 B
Markdown
---
|
|
layout: page
|
|
---
|
|
|
|
<script setup>
|
|
import { withBase } from 'vitepress';
|
|
import ExampleEditor from './ExampleEditor';
|
|
</script>
|
|
|
|
<div class="sb-doc">
|
|
|
|
# Example Schlechtenburg Editor
|
|
|
|
</div>
|
|
|
|
<ExampleEditor></ExampleEditor>
|