Terence Eden
Terence Eden
A very reasonable question! To me, it comes down to user needs. I want a tool-tip so I can see whether the footnote says "(Smith, 1996)" or "A funny story...
Things like `alt` text will be tricky without either parsing the DOM or using a library like https://github.com/mtibben/html2text Similarly, stopping at specific tag or replacing `` with `\n` might involve...
Here's a slightly less regex-y way of doing things using PHP's `DOMDocument` ```php $doc = new DOMDocument(); $doc->loadHTML( mb_convert_encoding("fugiat consequuntur. 蘵 Dolores deleniti quia voluptas unde dolor . Autqui 🇬🇧...
I couldn't get that regex to work - and I'm always a little paranoid about how readable and maintainable they are. This should accomplish the same thing: ```php // Split...
One last bug :-) `$this->footnotes[$node_id]` returns hashed values for some elements, as defined in: https://github.com/michelf/php-markdown/blob/eb176f173fbac58a045aff78e55f833264b34e71/Michelf/MarkdownExtra.php#L408 So, for example, a footnote which is a table is returned as `B2B` Is there...
I ended up using `formParagraphs()` so that markdown inside a title was properly decoded first.
I'll be honest - I've never used Docker in anger. So I've no idea if this will work. If you're happy with this - and happy to keep maintaining it,...
Glad this is of help. Are you able to hear any audio when you stream video?
It says it can't find the file credentials_token.json Do you have that file?
How do I use this follow widget? I don't see it in the list of widgets. I'm not using Gutenberg, or a block based theme. I *do* see the `activitypub-followers-style-inline-css`...