kobotoolbox / enketo-express

We've moved! Please use the new repository 🠊 https://github.com/enketo/enketo-express
Apache License 2.0
102 stars 90 forks source link

markdown formatting on labels for choices? #983

Closed danbjoseph closed 6 years ago

danbjoseph commented 6 years ago

@pierregrandidier noted in this ODK forum post that formatting on the labels for choices doesn't appear to work

screen shot 2018-04-10 at 5 57 40 pm

MartijnR commented 6 years ago

Thanks!

It would be feasible for inline choice labels (i.e. in the XForm body), but not for all labels because Enketo doesn't do the markdown transformation on the client. It does this on the server (and external data is not known at that time, internal data may also present an issue). The negative performance impact of moving that transformation to the client would be significant. Will consider this further.

enketo-issue-mover commented 6 years ago

This issue was moved to enketo/enketo#234