sherlockpipe.bayesian_fit.fit_report.replace_sub

sherlockpipe.bayesian_fit.fit_report.replace_sub(match)

Replaces LaTeX subscript content with HTML <sub> tags for ReportLab rendering.

Parameters

matchre.Match

The regex match object containing a subscript group.

Returns

str

The HTML subscript-tagged string.