I have this simple span with lines. I just want to bold the line that contains Running test:. All line
<span id="results" style="white-space: pre-line">Running test: test1 asasggsa fasfs afasaggas </span> Any idea how do to it?
It should be something like
<span id="results" style="white-space: pre-line"><strong>Running test: test1</strong> asasggsa fasfs afasaggas </span>