forked from AkkomaGang/akkoma
second level of headertext change in doc
This commit is contained in:
parent
3465b7ba9a
commit
d140738edf
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ foo, /emoji/custom/foo.png
|
||||||
|
|
||||||
The files should be PNG (APNG is okay with `.png` for `image/png` Content-type) and under 50kb for compatibility with mastodon.
|
The files should be PNG (APNG is okay with `.png` for `image/png` Content-type) and under 50kb for compatibility with mastodon.
|
||||||
|
|
||||||
# Emoji tags (groups)
|
## Emoji tags (groups)
|
||||||
|
|
||||||
Default tags are set in `config.exs`.
|
Default tags are set in `config.exs`.
|
||||||
```elixir
|
```elixir
|
||||||
|
|
|
@ -214,7 +214,7 @@ defp load_from_globs(globs) do
|
||||||
end
|
end
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
Finds a matching group for the given extra filename
|
Finds a matching group for the given emoji filename
|
||||||
"""
|
"""
|
||||||
@spec match_extra(group_patterns(), String.t()) :: atom() | nil
|
@spec match_extra(group_patterns(), String.t()) :: atom() | nil
|
||||||
def match_extra(group_patterns, filename) do
|
def match_extra(group_patterns, filename) do
|
||||||
|
|
Loading…
Reference in a new issue