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

6 lines
129 B
Python
Raw Normal View History

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