lisps / const

Dokuwiki Plugin
http://dokuwiki.org/plugin:const
GNU General Public License v2.0
2 stars 4 forks source link

Character < breaks it #8

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi,

I was trying to use the plugin with the FontColor plugin. Couldn't do it because the < after the = in a var def breaks the entire code.

e.g.

\ var=\<fc #ffff00>Yellow\ \

Var Value: [%%var%%]

will break the page. If I remove the < char (obviously fc will stop working) works again.

Hope did help