mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-28 06:17:46 +01:00
Adding note that bbcode is supported
This commit is contained in:
parent
b0419d48cc
commit
3241f03c44
2 changed files with 9 additions and 1 deletions
|
@ -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!
|
|
@ -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
|
Loading…
Add table
Reference in a new issue