Only one checkbox can be inserted in each row in joplin,If I want to insert a lot of checkboxes, I need a lot of rows, which looks very unsightly.like this
Thank you very much.I used your CSS code and it can be successfully displayed on the web page. But only the text is displayed in joplin, there is no checkbox, please help me to see, what is wrong with my html code.
In addition, joplin is not particularly compatible with html. When using html code in joplin, some html tags are often lost, such as and .This is also a serious problem.
The Markdown renderer that Joplin uses supports all html tags (as far as I know). This means that if you use an invisible html tag like <style> or <br/> then you'll need to escape them by either including a backslash \<style> or by wrapping it in backticks `<style>`.