jekyll-to-hugo/app/converter/regex_heuristics.py

5 lines
142 B
Python

def handle_regex_heuristics(line: str) -> str:
"""
Manipulates a line without tags by using regex heuristics.
"""
return line