diff --git a/audbcards/core/utils.py b/audbcards/core/utils.py index e6a266c..42e9b28 100644 --- a/audbcards/core/utils.py +++ b/audbcards/core/utils.py @@ -104,6 +104,9 @@ def limit_presented_samples( def parse_text(text: str) -> str: """Remove unsupported characters and restrict length. + The text is stripped from HTML tags or newlines, + and limited to a maximum length of 100 characters. + Args: text: input text