- Issue created by @charles belov
- πΊπΈUnited States charles belov San Francisco, CA, US
And here I am repeating those steps as a comment:
π Navigation module gets error when added on simplytest.me Active
- πΊπΈUnited States charles belov San Francisco, CA, US
Trying with a backslash immediately before the left bracket:
\ π Navigation module gets error when added on simplytest.me Active
Hoped-for result: That it prevents the expansion (not that I would expect to need to do this; my expected result without the backslash stands)
Actual result: No effect - πΊπΈUnited States drumm NY, US
Moving to the module that provides this filter.
- πΊπΈUnited States drumm NY, US
https://git.drupalcode.org/project/project_issue/-/blob/c161d2e86b1b10ec... tries to handle this.
I suspect the
class="language-php"
attribute added to the code tag by another formatter is causing that regex to not match correctly.