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

fix(NcRichText) - don't strip <tag>-like content when parsing markdown #4486

Merged
merged 6 commits into from Sep 14, 2023

Commits on Sep 8, 2023

  1. chore(deps) replace legacy dependency with 'rehype-external-links'

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    71c2cbd View commit details
    Browse the repository at this point in the history
  2. chore(RichText) replace legacy dependency with 'rehype-external-links'

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    836b7c8 View commit details
    Browse the repository at this point in the history
  3. fix(NcAvatar) force white-space wrapping if show initials

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2e457f3 View commit details
    Browse the repository at this point in the history
  4. fix(placeholder) - don't wrap each element in span

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    62fa807 View commit details
    Browse the repository at this point in the history
  5. fix(NcRichText) revert forced newlines, add base styling for markdown

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    22d0c6f View commit details
    Browse the repository at this point in the history
  6. fix(NcRichText) escape XML-like content before markdown parsing

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    38606f2 View commit details
    Browse the repository at this point in the history