diff --git a/src/formatitko/whitespace.py b/src/formatitko/whitespace.py index bd77fc2..9bdd754 100644 --- a/src/formatitko/whitespace.py +++ b/src/formatitko/whitespace.py @@ -36,9 +36,9 @@ def bavlna(e: Whitespace, c: Context) -> bool: if prevC in operators and nextC in numbers: return True - if isinstance(e.prev, Math) or isinstance(e.next, Math): - # Add no-break spaces around TeX math. - return True +# if isinstance(e.prev, Math) or isinstance(e.next, Math): +# # Add no-break spaces around TeX math. +# return True