Open synhershko opened 12 years ago
For example, if I want to format an image with a litebox, there doesn't seem to be a way to wrap the img tag with a custom div or a tags
Changing the function signature from PrepareImage(HtmlTag, bool) to PrepareImage(ref HtmlTag, bool) should do the trick. Will it be safe to do that?
For example, if I want to format an image with a litebox, there doesn't seem to be a way to wrap the img tag with a custom div or a tags
Changing the function signature from PrepareImage(HtmlTag, bool) to PrepareImage(ref HtmlTag, bool) should do the trick. Will it be safe to do that?