Formatting fixes

This commit is contained in:
Simon
2024-01-15 00:05:04 +01:00
parent 22800639d0
commit b21afe6121
45 changed files with 434 additions and 4016 deletions
@@ -37,7 +37,9 @@ public readonly struct DistanceComparer<T> : IDistanceComparer<T>
return str ?? string.Empty;
}
return
$"<strong style='color: orange;' title='REf: {Reference}, CER: {Distance}'>{str ?? "-"}</strong>";
// Enable for HTML/MD only
// return $"<strong style='color: orange;' title='REf: {Reference}, CER: {Distance}'>{str ?? "-"}</strong>";
return str ?? "-";
}
}