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

CIDER: converting nested inline formatting from html > md fails #10745

Closed
bwindels opened this issue Sep 4, 2019 · 2 comments
Closed

CIDER: converting nested inline formatting from html > md fails #10745

bwindels opened this issue Sep 4, 2019 · 2 comments

Comments

@bwindels
Copy link
Contributor

bwindels commented Sep 4, 2019

for example entering

**`some bold code`**

is converted back to

**some bold code**

e.g. the backticks are missing.

@bwindels bwindels changed the title CIDER: converting nested inline formatting from html > md fails sometimes CIDER: converting nested inline formatting from html > md fails Sep 4, 2019
@bwindels
Copy link
Contributor Author

bwindels commented Sep 4, 2019

I think we just take the inner text when encountering an inline formatting elements, we should instead recursively look for more formatting.

@robintown
Copy link
Member

Fixed by matrix-org/matrix-react-sdk#8004

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants