Markdown on legacy postings
-
I have a blog on which I used Markdown for formatting until the block editor was introduced; all my posts from Dec 2019 onwards use that. But before that I used Markdown and used the Text Control plugin to parse it on the fly. (I was using the entry composer QTM, which I developed myself, to write entries, but have stopped using this since the block editor came in.)
I recently updated my PHP to version 8.4 as the version I had been using was outdated and insecure. My blog immediately stopped working; it would display the title, but nothing else. I discovered that Text Control was orphaned and hadn’t been updated in more than 10 years and was incompatible with PHP 8.x.
I have searched for plugins which can translate saved Markdown content on the fly, but there doesn’t seem to be one. There are plugins which allow content to be converted when an entry is saved, but nothing available replicates the functionality of Text Control. As it stands, all my old posts display with MD syntax, which looks bad and there are no links.
Does anyone know how to get these old posts displaying properly again?
The topic ‘Markdown on legacy postings’ is closed to new replies.