edititng a string
Please, leave any formating marks enclosed in '< 'and '>' (such as <strong>, <ul> or <li>) untouched, otherwise the formating will break.Also, please leave any wildcards starting with % followed by a letter (such as %s or %d).
<p>Below are <strong>two</strong> different situations, each showing <strong>100</strong> people.</p>
<ul>
<li><strong>Orange figures</strong> represent people with the health condition</li>
<li><strong>Blue figures</strong> represent people without it</li>
</ul>
%s
<p>Nedan visas <strong>två</strong> olika situationer, var och en med <strong>100</strong> personer.</p>
<ul>
<li><strong>Orangefärgade figurer</strong> representerar personer med hälsotillståndet</li>
<li><strong>Blå figurer</strong> representerar personer utan det</li>
</ul>
%s<p>Nedan visas <strong>två</strong> olika situationer, var och en med <strong>100</strong> personer.</p>
<ul>
<li><strong>Gula figurer</strong> representerar personer med hälsotillståndet</li>
<li><strong>Blå figurer</strong> representerar personer utan det</li>
</ul>
%s