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

MD swallows leading #'s even if there are less than 3 #423

Closed
matrixbot opened this issue Jul 3, 2016 · 0 comments
Closed

MD swallows leading #'s even if there are less than 3 #423

matrixbot opened this issue Jul 3, 2016 · 0 comments
Labels
P1 T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@matrixbot
Copy link

Created by @ matthew:matrix.org.

This makes stating room aliases etc impossible

@giomfo giomfo added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems P1 labels Jul 4, 2016
manuroe added a commit to matrix-org/matrix-ios-kit that referenced this issue Jul 4, 2016
manuroe added a commit to matrix-org/matrix-ios-kit that referenced this issue Jul 4, 2016
@manuroe manuroe closed this as completed Jul 4, 2016
langleyd pushed a commit that referenced this issue Mar 29, 2023
Allow links to wrap other elements, simplifying the document model and reducing the number of duplicate tags.

Given the following editor content:
    
    <b><u>Hello</u> <i>world</i></b>

When applying a link to the whole range, previously you'd end up with:

    <b><u><a href="">Hello</a></u> <i><a href="">world</a></i></b>

Now, only one link tag is created:

    <a href=""><b><u>Hello</u> <i>world</i></b></a>

- https://element-io.atlassian.net/browse/PSU-997
- matrix-org/matrix-rich-text-editor#415
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

No branches or pull requests

3 participants