Is it possible in org-mode, when you export to HTML, to have checkboxes beeing exported to HTML checkboxes?
If you have, for example, this org snippet:
- [ ] item a
You become code snipptes like this in HTML:
<li><code>[ ]</code> item a
But I would like to have this instead:
<li><input type="checkbox">item a
Easy:
(setq org-html-checkbox-type 'html)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With