raiseValueError(f"Misaligned delimiters in separator row: {line}")
parts=re.split(r"\s*\+\s*",line.strip("+"))
delimiter_index=0
# Determine the alignment of the cell - In order to replicate Pandoc's behaviour (do not support of alignment colons on separator lines (just header separator)