I just noticed that node-red-node-markdown isn't using the same version as the editor when generating html. I'm trying to generate checkboxes using:
- [x] Checked
- [ ] Unchecked
...which in the editor yields:
- Checked
- Unchecked
Sounds off that the runtime should use a different engine than the editor so I'm starting to suspect I'm doing something wrong...?