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

Various markdown rendering issues #1667

Open
santhoshvai opened this issue Aug 19, 2022 · 4 comments
Open

Various markdown rendering issues #1667

santhoshvai opened this issue Aug 19, 2022 · 4 comments
Assignees
Labels
Bug Something isn't working in the SDK Internal Backlog Moved to our internal backlog Needs Triaging

Comments

@santhoshvai
Copy link
Member

santhoshvai commented Aug 19, 2022

Blockquotes are not respected:

image

Table headers are hidden

for the input:

| # | Name   | Age 
|---|--------|-----|
| 1 | John   | 19  |
| 2 | Sally  | 18  |
| 3 | Stream | 20  |

image

Inline links do not work as expected

for the input:

You can also put some url as a link [like This](https://www.google.com) or write it as a plain text:
 https://www.google.com <mailme@gmail.com>

image

custom styling is not working as expected

update: fixed in #2008

Reported by a customer in zendesk: https://getstream.zendesk.com/agent/tickets/26580

Padding is not respected for inline code elements. I think this is a React Native issue with next Text fields, but I'm not 100% sure. The SDK is setting padding here, but it isn't being respected. This can be seen in the Chat Sample iOS as well.

The styling for listItemNumber and listItemBullet are not being respected. For example, trying to change the color of the list number or change it from 'bold' to 'normal' does not affect what is rendered.

@khushal87
Copy link
Member

Probably a copy of - #1423

We can close either of them. @santhoshvai

@santhoshvai santhoshvai added the Bug Something isn't working in the SDK label Aug 19, 2022
@vanGalilea
Copy link
Contributor

Hey team! Please add your planning poker estimate with ZenHub @vishalnarkhede @santhoshvai @madsroskar

@santhoshvai santhoshvai self-assigned this Jan 19, 2023
@santhoshvai
Copy link
Member Author

update: customized styling for ordered and the unordered list was fixed in #2008

@vishalnarkhede vishalnarkhede added the Internal Backlog Moved to our internal backlog label Sep 21, 2023
@khushal87
Copy link
Member

khushal87 commented Feb 27, 2024

Current state for Inline links do not work as expected:

simulator_screenshot_C7A4C8E7-BCF2-43D0-AE19-5CEF9877A014

Same as React:

Screenshot 2024-02-27 at 6 44 46 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working in the SDK Internal Backlog Moved to our internal backlog Needs Triaging
Projects
None yet
Development

No branches or pull requests

4 participants