diff --git a/v2_utils.py b/v2_utils.py index 4c1d89a..5537392 100644 --- a/v2_utils.py +++ b/v2_utils.py @@ -96,6 +96,10 @@ def remove_unmatched_tags(text): # Remove extra unmatched angle brackets cleaned_text = re.sub(r'>+', '>', cleaned_text) cleaned_text = re.sub(r'<+', '<', cleaned_text) + + #For front end renders add ul tags + if not cleaned_text.strip().startswith("