diff options
author | Mark Felder <feld@feld.me> | 2023-05-29 15:53:16 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-05-29 15:53:16 -0400 |
commit | 50a20f3bbd1203679c9295eb6002225dd630baf8 (patch) | |
tree | 9f193a68ff62feb27f3c37888ed2cf1722586301 | |
parent | 9caa0b0be1feffb20b3eaccb48298de572d32393 (diff) | |
download | pleroma-50a20f3bbd1203679c9295eb6002225dd630baf8.tar.gz pleroma-50a20f3bbd1203679c9295eb6002225dd630baf8.zip |
Esacpe the asterisks in Markdown
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 026753f38..1e49a79d0 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -673,7 +673,7 @@ No specific configuration. #### Pleroma.Upload.Filter.OnlyMedia -This filter rejects uploads that are not identified with Content-Type matching audio/*, image/*, or video/* +This filter rejects uploads that are not identified with Content-Type matching audio/\*, image/\*, or video/\* No specific configuration. |