Feature request: option to show raw text instead of Markdown
See original GitHub issueMost 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:
- Created 6 years ago
- Reactions:3
- Comments:14 (2 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
(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.)
@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.