para_4 = md`Using these values, an example record comparison could look like:
${dict_as_md_table_row(row_no_gammas)}
The comparison vector is:
${texd`${get_comparison_vector_symbols_and_numbers(row, settings)}`}
The overall formula is:
${texd`${get_m_u_formula_symbols(row, settings)}`}
and substituting numbers we get:
${texd`\text{match probability}`} = ${tex`${get_m_u_formula_numbers(
row,
settings
)}`}
`