Test descriptions Markdown should be rendered in failure section
See original GitHub issueWhen we output a test with the test-per-line
output mode, the Markdown renders.
However, if that test fails, the Markdown doesn’t render inside the Rule
:
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
rendering to md_document results in error if code generates ...
Hi, I have a document test.Rmd like this: --- output: md_document --- # test ```{r} library(DT) datatable(cars) ``` (just pretend that last ...
Read more >The description failed to render for 'text/markdown'- PyPi
I tried to find the solution for over 2 hours but I can not get a clear answer. I use Mac, Visual Studio-...
Read more >11.11 Output text as raw Markdown content (*) - Bookdown
11.11 Output text as raw Markdown content (*) It is harmless to use an excessive number of line breaks between different elements, whereas...
Read more >Using markdown in Jira - Atlassian Community
It is very confusing when you're writing text with and without markdown and then the markdown elements are rendered as you're typing. For...
Read more >How To Test a React App with Jest and React Testing Library
In this tutorial, you will test asynchronous code and interactio… ... You will add a test block to the render method that will...
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
@carlosmarin96 Of course. I suspect it will involve moving from the Text class to the Markdown class. Let me know if I can help at all 🙂
Simply changing the class from Text to Markdown won’t help. Parameter
title
of the Rule class has the typestr | Text
. Argument of typeMarkdown
cannot be assigned to parametertitle
of typestr | Text
. And it is not possible to convertMarkdown
toText
because Rich renders Markdown on the fly.Alternatives:
test.description
under the rule with Markdown formatting and leave the rule as a line with no text