- last update
10 months ago 4 pass - πΊπΈUnited States eojthebrave Minneapolis, MN
Update for latest version of the module.
I think that the Pathologic filter should not run when inside the context of a code
block. On the Drupalize.Me site this is giving us some issues when displaying examples of Twig code.
Here is an example
// Should process href
<p>This is some <a href="/node/1">text</a></p>
// Should not process href
<code>
<a href="{{ test_url }}">something</a>
</code>
In this case the 2nd block of text currently has the value of the href attribute updated, and it becomes a somewhat garbled and url encoded string. Making the block of code illegible.
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Update for latest version of the module.