Hi,
I want to create some nice displays with markdown, but I also want to conditionally set the colour of the displayed values, if possible.
I tried to attach IDs to the markdown values and later do some LESS magic but this won't work here as I can see:
{{ count.last.raw }}{#conditionalfontcolor}
It won't add the id to the generated paragraph so I cannot really colour this with LESS. I cannot set the colour to every p element as I have others with different conditions.
Any workaround for this?
Thanks,
TZ.