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.

Unable to put a literal * into visualizer

See original GitHub issue

Depending on the number of * it behaves differently. Escaping it doesn’t seem to help either

{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "type": "AdaptiveCard",
  "version": "0.5",
  "body": [
    {
      "type": "TextBlock",
      "text": "**********",
      "wrap": true,
      "maxLines": 2
    }
  ]
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
dclauxcommented, Apr 15, 2019

Still relevant today. My preferred solution is to allow opting out of Markdown. Like Andrew I would rather make it an opt-in thing, but we have shipped with Markdown processing always applied. We can’t remove that.

1reaction
andrewleadercommented, Apr 15, 2019

would using RichTextBlocks with the markdown support solve this ?

You mean RichTextBlocks without markdown support, and yes that would solve it, but that’s a less-ideal way of solving it. We simply need to have a property on TextBlock that lets you disable markdown.

Read more comments on GitHub >

github_iconTop Results From Across the Web

invalid literal for int() with base 10: '' using ANN Visualizer - ...
Make sure that lstm_model is a Keras Sequential model view (ann_visualizer on pypi). It seems that this same problem was issued on github...
Read more >
Z Game Editor | How to Make Beat Visualizers in FL Studio
Your browser can't play this video. Learn more.
Read more >
How to fix this ValueError invalid literal for int with base 10 ...
ValueError: invalid literal for int() with base 10: ''.` It is reading the first line but can't convert it to an integer.
Read more >
Getting error on array literal notation [ ] Can't figure it out...
Cannot figure out why this code won't work. The only error I'm getting is on the var family = new Array(); Any help...
Read more >
Understanding Aphantasia
Firstly, because my inability to visualize had an actual name! ... In fact, aphantasia encapsulates the act of visualization, or “picturing” ...
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