Warping long list items
Loosing color after warp
Warping links with long alternate text1. List with a very long line that will need to warp to see it the syntax highlighter can handle this very long line when the line will warp in the editor.
Loosing color after warp
Links with <..> format produce quotesText [RJ TextEd](https://www.example-link.somewhere/somesite.ext#anchor "with a long descriptionthat will need some line warping to check if the highlighter will work properly with long lines").
Code: Select all
[5]: <https://www.example-link.somewhere/> "Alternate text"
[6]: <https://www.example-link.somewhere/> 'Alternate text'
[7]: <https://www.example-link.somewhere/> (Alternate text)Code: Select all
String with bo_**ld ital**_ic in it.
String with bo*__ld ital__*ic in it.
String with bo**_ld ital_**ic in it.
String with bo__*ld ital*__ic in it.in general long lines when warped seem to have highlight problems similar to the already fixed blockquotes.
Code: Select all
1. Code in list
code indent by 8 spacesCode: Select all
1. List with codeblock
```python
print("hi")
```Code: Select all
* Here's the second list item.
I need to add another paragraph below the second list item.But there is some thing more odd with html comments
some times also short lines loose the color or change it irrational, i dont know why, sometimes they do and some times they dont
Hey ... thanks for looking into all that MD stuff
