diff --git a/lone_fstring.py b/lone_fstring.py index 92e3f682..c23c3443 100644 --- a/lone_fstring.py +++ b/lone_fstring.py @@ -2,9 +2,9 @@ def _parse_item(self, line): - f"""Parses an md list item line based on the current section type. + """Parses an md list item line based on the current section type. Matches expressions of the form `:. For the syntax of see the Rasa docs on NLU training data: - {DOCS_BASE_URL}/nlu/training-data-format/#markdown-format""" + """ pass