Adding note that bbcode is supported

This commit is contained in:
Chaska 2024-05-10 20:01:40 -05:00
parent b0419d48cc
commit 3241f03c44
2 changed files with 9 additions and 1 deletions

View file

@ -14,4 +14,5 @@
p
a href="/pages/markdown"
i.fa.fa-question-circle>
strong Detailed syntax guide
strong Detailed markdown syntax guide
strong> BBcode also supported!

View file

@ -0,0 +1,7 @@
defmodule Philomena.Repo.Migrations.ChangeDefaultFilter do
use Ecto.Migration
def change do
execute("update filters set name = 'SFW Furry' where name = 'Default';")
end
end