Summary
When attempting to write a block equation inside a quote's last line, the editor removes the quote and adds the block equation in.
Steps to reproduce
- Open the editor
- Create a block by beginning a line with
>
- Add a block equation by typing
$$ or clicking the f(x) Math button
Expected behavior
When a user inserts a math equation inside a quote block, the following markdown should appear:
> $$ {block equation here} $$
Actual behavior
Currently, when the user inserts a math equation, the quote block is overwritten with the block equation, resulting in:
$$ {block equation here} $$
Version / commit
main
Area
app (frontend)
Confirmations
Summary
When attempting to write a block equation inside a quote's last line, the editor removes the quote and adds the block equation in.
Steps to reproduce
>$$or clicking thef(x) MathbuttonExpected behavior
When a user inserts a math equation inside a quote block, the following markdown should appear:
> $$ {block equation here} $$Actual behavior
Currently, when the user inserts a math equation, the quote block is overwritten with the block equation, resulting in:
Version / commit
main
Area
app (frontend)
Confirmations