Formatting fixes
This commit is contained in:
@@ -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 ?? "-";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user