Add markdown rendering and improve styling a bit

This commit is contained in:
@s.roertgen 2025-04-23 10:22:21 +02:00
parent 218dfdd5c6
commit cd23a61b90
9 changed files with 251 additions and 120 deletions

View file

@ -3,7 +3,6 @@
import { currentBoardAddress } from '$lib/db.js';
export let data;
console.log(data.id);
$currentBoardAddress = data.id;
</script>