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

Allow custom attributes #70

Open
peacememories opened this issue Mar 18, 2016 · 0 comments
Open

Allow custom attributes #70

peacememories opened this issue Mar 18, 2016 · 0 comments

Comments

@peacememories
Copy link

Currently it does not seem to be possible to define attributes Ace doesn't understand.
e.g.

dl.someclass itemscope itemtype="http://schema.org/Organization"

Jade solves this by enclosing attributes in parens ( dl.someclass(itemscope itemscope, etc...) ). Doing this in ace results in an error because it tries to set a class containing quotes.

Right now I am working around this by using go templates for the specific partial, but this seems to be a big blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant