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

Don't replace != to = #31

Closed
Applelo opened this issue Nov 7, 2019 · 1 comment · Fixed by #33
Closed

Don't replace != to = #31

Applelo opened this issue Nov 7, 2019 · 1 comment · Fixed by #33
Assignees
Labels
type: bug Functionality that does not work as intended/expected

Comments

@Applelo
Copy link

Applelo commented Nov 7, 2019

I would like to pass Unescaped Buffered Code in my div but your plugin replace the != to = .

For example:
div!='<p>Hello</p>'

is transformed to

div= '<p>Hello</p>'

@Shinigami92 Shinigami92 self-assigned this Nov 8, 2019
@Shinigami92
Copy link
Member

Will look into it in next few days

@Shinigami92 Shinigami92 added the type: bug Functionality that does not work as intended/expected label Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants