2020-10-12, 10:02 AM
I'm having a bit of an issue with one of my MyCodes. Its not parsing properly, and I'm not sure why.
I am using theĀ YourCode plugin.
Regular Expression
Replacement
Result:
![[Image: 24fdd70ab3f206e2816f930b0016bc50.png]](https://camo.mybb.com/7525e674ca0bc346bd0f51d0b0f2a53b479057b2/68747470733a2f2f692e6779617a6f2e636f6d2f32346664643730616233663230366532383136663933306230303136626335302e706e67)
Aside from the image just being a link, I got all my code to fall into place. I'd love some help with why its doing this.
Thank you!
I am using theĀ YourCode plugin.
Regular Expression
\[wantImage\](.*?)\[/wantImage\]
Replacement
<!-- BEING MINI-PROFILE AREA-->
<div class="canon_holder" style="margin: 10px;">
<div class="canon_container">
<div class="canon_content">
<div class="canon_avatar" style="background:url($1);"></div>
Result:
Aside from the image just being a link, I got all my code to fall into place. I'd love some help with why its doing this.
Thank you!