GONMarkupParser
GONMarkupParser copied to clipboard
Question modification
Hi,
Is it possible to support, for example:
<custom size = 20> and <custom size = "20">
Thanks
Hi, You can create a new custom markup handling size attribute. You can use the GONMarkupFont as an example Regards
The problem that I cannot use a Number attribute, but only String!
<custom size = "20"> -> OK
<custom size = 20> -> Not OK
Ok, I see. I should update parser to allow single quotes and numbers too. I will work on this this week end. Thanks for your request
Super! When do you think it will be available?
Thanks
Working on it, but a bit more complicated than I thought ;)