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.

Feature request: option to show raw text instead of Markdown

See original GitHub issue

Most of the time I need to view the raw text rather than markdown rendered. Currently I wrap the generated text with <pre> and </pre> to avoid symbols being interpreted as style markers, but because the text is generated by a RNN, it sometimes contains </pre> itself to break the whole thing.

I believe a checkbox on Tensorboard that turns off Markdown would be really helpful to many people, and it shouldn’t be much work, since displaying text without formatting seems a much easier job than markdown rendering.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
vengodelsurcommented, Sep 13, 2020

(If you came here when searching for a workaround just like me, you should know that seamingly you can add four spaces at the beginning of each line so that text is treated as a code block and inside it formatting isn’t used.)

1reaction
nfeltcommented, Jan 3, 2019

@silky Ok, can you open a new feature request for some way to support this? Maybe it doesn’t need a new plugin but IMO there are still safer ways to do this than opening up arbitrary HTML. E.g. we might be able to add a markdown extension that lets you do varying levels of highlighting for this purpose.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature request: Markdown - Asana Community Forum
Lack of markdown is the only negative I've found using Asana so far. As a developer, typing into a rich text box is...
Read more >
Add a view to see the raw source of suggested edits - Meta Stack ...
I'm confused -- when I go to approve or reject an edit, there's a Markdown diff available. Where in the system do you...
Read more >
Formatting text with Markdown - Zendesk help
Markdown is a simple markup language you can use to easily add formatting, links, and images to plain text. You can use it...
Read more >
Handbook Markdown Guide - GitLab
There are a few different ways to display links with markdown markup, but to keep some standards, let's try to use the following...
Read more >
Render text in backlinks and search results instead of showing ...
I would like an option to see the linked mentions in the central, main view (as quote blocks) in Preview mode rather than...
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