We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
If we have the following rich text field, Spear generate the linebreak character as \\r\\n.
\\r\\n
<code> <ul> <li cms-loop cms-content-type="demo"> <h1>{%= demo_[フィールドID1] %}</h1> <p>{%= demo_[フィールドID2] %}</p> <li> <ul> </code>
Spear generate the following code;
<code><ul>\\r\\n <li cms-loop cms-content-type=\"demo\">\\r\\n <h1>{%= demo_[フィールドID1] %}</h1>\\r\\n <p>{%= demo_[フィールドID2] %}</p>\\r\\n <img data-src=\"{%= v3demo-site-logo_[フィールドID3] %}\">\\r\\n </li>\\r\\n</ul>\\r\\n</code>
The generated code use escaped line break (\r\n). So this HTML show the \r\n character.
\r\n
To Reproduce N/A
Expected behavior
A line break doesn't escaped.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If we have the following rich text field, Spear generate the linebreak character as
\\r\\n
.Spear generate the following code;
The generated code use escaped line break (\r\n). So this HTML show the
\r\n
character.To Reproduce
N/A
Expected behavior
A line break doesn't escaped.
The text was updated successfully, but these errors were encountered: