Skip to content
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

Support for multiline markup #71

Open
hason opened this issue Mar 15, 2016 · 1 comment
Open

Support for multiline markup #71

hason opened this issue Mar 15, 2016 · 1 comment
Milestone

Comments

@hason
Copy link

hason commented Mar 15, 2016

<p
class="paragraph">But you can also use normal HTML!</p>

is transformed into

<p
<class>
  <?=htmlentities("paragraph">But you can also use normal HTML!</p>, \ENT_QUOTES, 'UTF-8')?>
</class>
@hason hason changed the title Support for multiline markups Support for multiline markup Mar 15, 2016
@TorbenKoehn
Copy link
Member

Hello,

I will check if this is possible easily, that would be a neat feature. It could work based on < and >

@TorbenKoehn TorbenKoehn added this to the 1.6 milestone Apr 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants