Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(markdown) removing block quote on fenced code section doesnt remove blockquotes on fence lines #184

Open
yellis opened this issue Jul 14, 2022 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers mode - markdown Affects the editor's markdown input mode
Milestone

Comments

@yellis
Copy link
Contributor

yellis commented Jul 14, 2022

Describe the bug
In MD, when removing a block quote from a fenced code section, it only removes the opening > chars from the content lines, but not from the code fence lines.

Works fine in RT mode.

To Reproduce
Steps to reproduce the behavior:

  1. Go to MD, add in this content:
```
Some code
```
  1. select all, ctrl-q to apply blockquote, ctrl-q to remove blockquote
  2. Now looks like this
>```
Some code
>```

Expected behavior
Should look like this:

```
Some code
```

Desktop (please complete the following information):
Windows 11 Chrome 103

Additional context
https://meta.stackexchange.com/a/380331/51

@yellis yellis added bug Something isn't working good first issue Good for newcomers mode - markdown Affects the editor's markdown input mode labels Jul 14, 2022
@yellis
Copy link
Contributor Author

yellis commented Jul 18, 2022

Related to #70, might be fixed when we fix there

@yellis yellis added this to the Beta 3 milestone Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers mode - markdown Affects the editor's markdown input mode
Projects
Status: Todo
Development

No branches or pull requests

1 participant