Skip to content

bug: incremental edit removes necessary escape character #132

@vezwork

Description

@vezwork

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions