question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

<span style="color" > could be rendered

See original GitHub issue

Describe 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]

Screenshot from 2019-11-07 09-11-26

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
fxhacommented, Nov 7, 2019

@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.

0reactions
habicommented, Nov 7, 2019

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 😃 )

   asdf <span style="color: #999999;"> asdf </span>
-   [A History of Pizza](https://www.historytoday.com/archive/historians-cookbook/history-pizza) <span style="color: #999999;"> historytoday.com </span> : A History of Pizza | History Today | 

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).

Screenshot from 2019-11-07 15-17-04

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found