-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different behavior in 2.6.2 vs 2.5.0 for ErrorAction.MaintainTokens
#148
Comments
Hi
.p1 { asd }
<P class="p1 ft3">First Name: <SPAN class="ft0">{info.firstName}</SPAN></P>
.p1 { asd }
<P class="p1 ft3">First Name: <SPAN class="ft0">{info.firstName}</SPAN></P> A complete sample, which could be run in a unit test would be helpful. Parsing HTML works fine, except - like in your case - when it includes CSS styles and JavaScript. Both have curly braces in their syntax, which Smart.Format interprets as |
Verified as a bug, will be closed by PR #149 - see PR comments for details |
* Reference to issues #148, #147, #143 * Updated README.md * Fix for #149 (comment) * Update CHANGES.md
Hi,
in the past I had to parse an html string where CSS-styles had been inlined, e.g.
In 2.5.0 I have used next snippet to support
{
for CSS-styles.and tokens at same time:The behavior for
PrepareHtml
is different for 2.6.2 and 2.5.0not sure is it a bug, or not, for desired behavior I have rollbacked to 2.5.0
The text was updated successfully, but these errors were encountered: