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

Markdown characters not rendering properly #334

Open
ad5xj opened this issue Jun 5, 2024 · 0 comments
Open

Markdown characters not rendering properly #334

ad5xj opened this issue Jun 5, 2024 · 0 comments

Comments

@ad5xj
Copy link

ad5xj commented Jun 5, 2024

I like this control very much. I find only a few areas that need some work. Here is one.

If I copy markdown text from, let's say Joplin, and paste into the RichTextArea, it does not render any of it properly.

Example:

**WebMIN** for mysite.com
**Port** 9999
https://myhost.com:9999

**WebMin** port 1000

---------------------------------------------
|No |Name           |Incomming Port|Forwarded Port|
|---|---------------|--------------|--------------| 
|1  |HTTP Pi4 Qso   |80-80         |80-80         |
|2  |HTTPS Pi4 Qso  |443-443       |443-443       |
|3  |Pi4  SSH Qso   |10132-10132   |22-22         |
|4  |OpenFire Admin |19090-19091   |9090-9091     |
|5  |Pi4 FTP QSO    |2021-2021     |21-21         |
|6  |XMPP Pi4 QSO   |15222-15223   |5222-5223     |
|7  |Webmin Pi4 QSO |11000-11000   |11000-11000   |
|8  |Pi4 No machine |4000-4000     |4000-4000     |
|9  |XMPP Pi4       |15222-15224   |5222-5224     |
|10 |NoMachine UDP  |4066-4066     |4066-4066     |

It sould render a table with alternate row colors. However, only the text with markdown characters is displayed. The BOLD decoration remarked with the "**" is not displayed either.

There is markdown parsing but it seems to render incorrectly and will not export into plain text when saved to a file or database field.
If attempted manually, it will alter the text after the first "*". If there is more than one area the second area text is also modified.

BTW github issue editor renders correctly.

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

No branches or pull requests

1 participant