Peter Molnar
Peter Molnar
This is an edge-case situation but the result in fine in Parsedown, fails in Extra. My extra setup: ``` $parsedown = new ParsedownExtra(); $parsedown->setBreaksEnabled(true); $parsedown->setUrlsLinked(true); $md = $parsedown->text ( $md...
Using Parsedown extra, current latest master as: ``` php $parsedown = new ParsedownExtra(); $parsedown->setBreaksEnabled(true); $parsedown->setUrlsLinked(true); $md = $parsedown->text ( $md ); ``` If the $md text contains this: ``` [http://domain.com/url/](http://domain.com/url/){.extra-class}...
Hi Emanuil, I was recently inserting a CC image to one of my posts using Parsedown Extra to be displayed and I realized I cannot use it for HTML5 figure...
If I use responsive images with srcset, and the fallback, original image for `src`, that small image is the one that gets pushed to the silos. Would it be possible...
mastodon/pixelfed instances provide a "Remote Follow" page, where people can add their remote instances in order for the local instance to forward the subscription request. I'm trying to find any...
It's be nice to have a way to tell of a URL it's format - h-feed, rss, atom, etc - if there is a way to do so. Maybe as...
Tumblr made the frenetic choice of displaying their We Value Your Privacy interstitial even on RSS feeds. Eg. if you go to https://petermolnarnet.tumblr.com/rss, the supposed RSS feed without consent cookies,...
Signald https://gitlab.com/signald/signald is a standalone Signal client written in Java that can be interacted with via Unix socket and newline separated JSON strings. These commits establish a crude and basic...
I'm trying to set matterircd up with our enterprise slack, and nearly every nick is displayed as an ID. I'm trying to find a way to set matterircd to use...
I'm completely new to pidgin plugins, which is why this is not a pull request yet. Using Conversations on Android, with http upload, if a media file gets sent inside...