Closed hartbit closed 7 years ago
Images are treated as strings, so you'd need to wrap the comment in { }.
I agree this is awkward, but since an image name can be a path, it could plausibly start with a /. // is fairly unlikely though, so perhaps I can special-case it.
Okay, understood :) I think special casing it would be worth it!
@hartbit This is now supported on the develop branch. See README for details.
Fixed in 0.4.25
👍