<span style="color" > could be rendered
See original GitHub issueDescribe your feature request
I’m writing a monthly link list with this bit of code.
The template formats the source of the link with <span style="color: #999999;">($sourceURL)</span>
.
Marktext does not render this in the preview, while other Markdown editors (namely typora) do (see attached screenshot).
I think it would be nice if the preview would also render this bit of code.
Additional context [optional]
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Seeing span tag when I want to be rendering the text within ...
Seeing span tag when I want to be rendering the text within the span ... my page literally displays <span style="color:red">absent</span>.
Read more >Why aren't my <span></span> tags working? - Codecademy
I'm running on Linux Mint and I did not have the Futura typeface loaded. The HTML was precisely the same, but the typeface...
Read more >[BUG] Cannot use span tag in markdown #959 - plotly/dash
This makes me think the issue is with the underlying react-markdown library we use (or perhaps for some reason this is expected behavior...
Read more >HTML trouble with Zignatures app - Zendesk help
I've some trouble the HTML Code used and the rendering (mainly with. ... <td valign="baseline"><span style="color: #333333; font-size: 12px; ...
Read more >HTML <span> Tag
The HTML <span> tag is a generic container for inline elements and content. This allows you to apply styles and other attributes to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@habi @Jocs Closing this issue because the feature was not supported in versions before v0.16.0 and is only available on develop/v0.16.0 soon. Please note that styled text is not official supported by markdown and may fail with other parsers like GitHub.
Doesn’t make a difference. Here’s what I copied into a new file (BTW copy-pasting the chunk in the same document does remove the ‘<span>’ tags 😃 )
With this bit of text I don’t get any color in Marktext, in Typora I do, as shown in the screenshot (background Marktext, foreground Typora).