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
This bug report is for the latest 1.8 beta release included in Kirby CMS.
Embedded <style> tag like so:
<style>
Some regular *markdown* text. <style> .red { color:red; } .blue { color:blue; } </style> <span class="red">Some red text.</span> <span class="blue">Some blue text.</span>
Is parsed as:
<p>Some regular <em>markdown</em> text.</p> <style> .red { color:red; } <p>.blue {<br /> color:blue;<br /> }</p> </style> <p><span class="red">Some red text.</span></p> <p><span class="blue">Some blue text.</span></p>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug report is for the latest 1.8 beta release included in Kirby CMS.
Embedded
<style>
tag like so:Is parsed as:
The text was updated successfully, but these errors were encountered: