Skip to content

Commit d439262

Browse files
Update graphgen/models/splitter/markdown_splitter.py
Co-authored-by: Copilot <[email protected]>
1 parent 6a6cb34 commit d439262

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graphgen/models/splitter/markdown_splitter.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ def __init__(self, **kwargs: Any) -> None:
2222
"\n\\*\\*\\*+\n",
2323
"\n---+\n",
2424
"\n___+\n",
25-
# Note that this splitter doesn't handle horizontal lines defined
26-
# by *three or more* of ***, ---, or ___, but this is not handled
25+
# Note: horizontal lines defined by three or more of ***, ---, or ___
26+
# are handled by the regexes above, but alternative syntaxes (e.g., with spaces)
27+
# are not handled.
2728
"\n\n",
2829
"\n",
2930
" ",

0 commit comments

Comments
 (0)