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

Spaces in tag arguments #1455

Closed
simonwjackson opened this issue Aug 17, 2015 · 3 comments
Closed

Spaces in tag arguments #1455

simonwjackson opened this issue Aug 17, 2015 · 3 comments

Comments

@simonwjackson
Copy link

v3.1.1

I have created a custom tag:

{% newTag arg1 arg2 title:"title is here" meta:"something else" %}

however, this is what shows up in the argument array

[ 'arg1', 'arg2', 'title:title', 'is', 'here', 'meta:something', 'else' ]

Is this a bug? or am i doing something wrong here?

@winterTTr
Copy link
Contributor

Yes, this is a hexo bug.
I found the same issue and give a fix #1581
I hope hexo will review my change and apply it as soon as possible.

@leesei leesei added the bug Something isn't working label Nov 10, 2015
@Xuanwo
Copy link
Contributor

Xuanwo commented Dec 4, 2015

#1581 the pr was fixed.

@Xuanwo
Copy link
Contributor

Xuanwo commented Dec 6, 2015

@simonwjackson @winterTTr The problem solved?

@Xuanwo Xuanwo added pending-reply and removed bug Something isn't working labels Dec 6, 2015
@leesei leesei closed this as completed Feb 20, 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

4 participants