When dragging anything within the kanban (see demos quartohub project), this:
::: {.kanban}
## todo
* Don't give up
* Do everything necessary
## doing
* splorin\'
## ok this exists
- other stuff!
:::
Gets rewritten to:
::: {.kanban}
## todo
* Don't give up
## doing
* splorin'
## okthisexists
* other stuff!
* Do everything necessary
:::
Note the resulting lack of escaped single quote \' on * splorin'. This breaks the subsequent parse.
When dragging anything within the kanban (see demos quartohub project), this:
Gets rewritten to:
Note the resulting lack of escaped single quote
\'on* splorin'. This breaks the subsequent parse.