Open ghost opened 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
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