add: pictures menu in photo markdown

This commit is contained in:
2025-07-08 22:08:24 +02:00
parent e1f08f0312
commit 001a8c692e
2 changed files with 26 additions and 10 deletions

View File

@ -35,11 +35,6 @@ converters: list[str, dict[str, str]] = {
"to_prefix": "<strong>",
"to_suffix": "</strong>",
},
"list": {
"from_prefix": "- ",
"from_suffix": "\n",
"code": "bozodown:list",
},
"code": {
"from_prefix": "```",
"from_suffix": "```",