decisiveJoe
decisiveJoe
I think this can be achieved using the escape characters: ``` "`you are amazing`", "you are stupendous", "you are engaging", ``` The backticks tell the code to render the whole...
For what it's worth, I've dug into the code for this action and did some checking with the formatting of go's coverage output for `.out` vs `.txt` files and it...
@fgrosse Thanks for getting back to me about this. I'm new to Go and working with some more experienced engineers, so I might not be fully understanding what is going...
I ran into a similar issue. Initially I solved it by wrapping the target in a container that has `display: "flex"`. It worked well enough for short strings, but failed...