Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

+page.svelte
<script>
 import MarkdownIt from "markdown-it";
 import my_markdown from "../../../../../legal/confidentialite/index.md?raw";

 const md = new MarkdownIt();
</script>

{@html md.render(my_markdown)}