Added Markdown support

This commit is contained in:
Magnus Åhall 2024-01-09 16:28:40 +01:00
parent 9bd4833e4b
commit 9bb203066c
29 changed files with 9771 additions and 220 deletions

1
sql/00013.sql Normal file
View file

@ -0,0 +1 @@
ALTER TABLE public.node ADD COLUMN markdown bool NOT NULL DEFAULT false;