commit: 50a20f3bbd1203679c9295eb6002225dd630baf8
parent 9caa0b0be1feffb20b3eaccb48298de572d32393
Author: Mark Felder <feld@feld.me>
Date: Mon, 29 May 2023 15:53:16 -0400
Esacpe the asterisks in Markdown
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.