GONMarkupParser icon indicating copy to clipboard operation
GONMarkupParser copied to clipboard

Question modification

Open Droppix opened this issue 8 years ago • 5 comments

Hi,

Is it possible to support, for example: <custom size = 20> and <custom size = "20">

Thanks

Droppix avatar Apr 15 '16 12:04 Droppix

Hi, You can create a new custom markup handling size attribute. You can use the GONMarkupFont as an example Regards

nicolasgoutaland avatar Apr 15 '16 16:04 nicolasgoutaland

The problem that I cannot use a Number attribute, but only String! <custom size = "20"> -> OK <custom size = 20> -> Not OK

Droppix avatar Apr 15 '16 16:04 Droppix

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

nicolasgoutaland avatar Apr 15 '16 16:04 nicolasgoutaland

Super! When do you think it will be available?

Thanks

Droppix avatar Apr 22 '16 10:04 Droppix

Working on it, but a bit more complicated than I thought ;)

nicolasgoutaland avatar Apr 26 '16 09:04 nicolasgoutaland