hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.

Home Page:https://hexo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spaces in tag arguments

simonwjackson opened this issue · comments

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?

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.

#1581 the pr was fixed.

@simonwjackson @winterTTr The problem solved?