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
Colon is missing when using special scenes in Vue templates
Steps to reproduce the behavior:
<div id="app"> <prism-editor :xlink:href="'myHref'" /> </div>
<div id="app"> <prism-editor :xlink:href="'myHref'"/> </div>
<div id="app"> <!-- : before xlink is missing here --> <prism-editor xlink:href="'myHref'"/> </div>
The text was updated successfully, but these errors were encountered:
b200b8f
fix #78
6c3e18c
Feature/#26 template expr parser (#87)
fa89404
* first draft of expression parser * fix preserve whitespace, fix unstable formatting result when node was broken after first text element * fix #78 * v0.8.5 * simplify formatter rules * align first text node * reset example * remove unused var * reimplement formatting rule for condition comments * remove invalid comments * v0.8.6 * clean attribute expression * update readme * update readme * Merge branch 'master' into feature/#26_temlate_expr_parser # Conflicts: # packages/prettyhtml-formatter/package-lock.json * fix typo * fix merge, cleanup comments * dont enable attribute clean up by default
No branches or pull requests
🐛 Bug Report
Colon is missing when using special scenes in Vue templates
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Actual result
Context
Your Environment
The text was updated successfully, but these errors were encountered: