phseiff / singletdon

My personal Mastodon fork, which I use for my single-user instance and which incorporates several tweaks and improvements for such instances.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Fix links in toots #1

Open phseiff opened 3 years ago

phseiff commented 3 years ago

As it is now, links in toots using the [fooo](bar) notation get seriously messed up because the md-to-html converter is called before the link formatter. Reversing this will only work if I tell the md-to-html converter to not touch HTML, which is probably a good idea anyways.

phseiff commented 3 years ago

Fixed; but to fix linking in my steckbrief, I need to make a duplicate function of the function that makes the links, specifically for toot formatting.