Skip to content

Upgrade to use of new Dom classes from old DOMDocument #288

Description

@gothick

In MarkDownService::findLinks (and possibly other places) we're using DOMDocument, which is old and doesn't support e.g. the <mark> element. When we get to PHP 8.4 we should use something like Dom\HTMLDocument::createFromString() or DOMDocument::createDocumentFragment which cope with modern HTML.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions