-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
<img src='<?php echo $foo["bar"] ?>'>
<img src='<?php echo isset($foo['bar']) ? $foo['bar'] : ""; ?>'>gets turned into:
<img src="<?php echo $foo["bar"] ?>">
<img src="<?php echo isset($foo[" bar'])="" ?="" $foo['bar']="" :="" "";="">'>I also have:
directives: [
{ name: '?php', start: '<', end: '>' }
]in my posthtml options
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels