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

[WRS-3974] <> colouring in markdown table #2702

Open
dukedagmor opened this issue Jan 12, 2024 · 4 comments
Open

[WRS-3974] <> colouring in markdown table #2702

dukedagmor opened this issue Jan 12, 2024 · 4 comments

Comments

@dukedagmor
Copy link

dukedagmor commented Jan 12, 2024

Have you checked the issues and discussions to ensure there are no duplicates?

Yes

Your programming languages

markdown

Free or paid?

Free users

Expected Behavior

|heading|heading|
|-|-|
|<span>||

Should colour '<span>' at least ‘<‘ & ‘>’ the rest should be dependant on settings

Current Behavior

Does not colour <span>
it does colour ‘<‘ & ‘>’ if I change it to < span>
but doesn’t seem to recognise it as HTML/XML

I checked the PSI and it is registered as HTML_TAG

image

with the added space "< span>" I get the following PSI

image

Code snippet for reproduce

Does not colour <span> or '<' & '>':

|heading|heading|
|-|-|
|<span>||

Does colour '<' & '>':

|heading|heading|
|-|-|
|< span>||

Your Environment

Writerside 2023.2 EAP
Build #WRS-232.10275
The jetbrains Markdown plugin is bundled with Writerside

@izhangzhihao
Copy link
Owner

Thanks for investing, I will looking into this later

@izhangzhihao
Copy link
Owner

Does not colour
it does colour ‘<‘ & ‘>’ if I change it to < span>
but doesn’t seem to recognise it as HTML/XML

Hi, this is behavior of the IDE itself, not this plugin. This plugin can only render something that the IDE build first. Once the IDE building something wrong the rainbowify will broken. You can submit an issue for Jetbrains here https://youtrack.jetbrains.com

@dukedagmor
Copy link
Author

created issue https://youtrack.jetbrains.com/issue/WRS-3974/colouring-in-markdown-table-in-intellij-rainbow-brackets to gether feedback from the writerside devs

@dukedagmor
Copy link
Author

youtrack still no response :'(

@izhangzhihao izhangzhihao changed the title <> colouring in markdown table [WRS-3974] <> colouring in markdown table Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants