Fixing markdown formatting

This commit is contained in:
Mike Lynch 2025-06-08 19:47:30 +10:00
parent 0adc227154
commit cdb7d48270

View File

@ -25,13 +25,12 @@ The alt-text is used as the title of each image in the month-level index file. I
The configuration file is JSON as follows: The configuration file is JSON as follows:
``` {
{
"url_re": "^/YOUR_SERVERS_MEDIA_ATTACHMENT_PATH/(.*)$", "url_re": "^/YOUR_SERVERS_MEDIA_ATTACHMENT_PATH/(.*)$",
"title_res": [ "title_res": [
"^(.*?)\\.\\s*(.*)$" "^(.*?)\\.\\s*(.*)$"
] ]
} }
`url_re` should match the URLs of media attachments in the ActivityPub JSON. This will depend on your server - here's an example from the GLOSSATORY archive. `url_re` should match the URLs of media attachments in the ActivityPub JSON. This will depend on your server - here's an example from the GLOSSATORY archive.