You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current string splitting method in the _extensions/yaml_gallery_generator.py cuts strings off at a certain length (with a recent fix in #147 to not break any html). This is done when the description for a resource is longer than a certain length, and a "...more" modal is added.
Ideally this string-splitting would be a little more sophisticated and not split strings mid-word, but either before or after the closest word to our desired length.
The text was updated successfully, but these errors were encountered:
The current string splitting method in the
_extensions/yaml_gallery_generator.py
cuts strings off at a certain length (with a recent fix in #147 to not break any html). This is done when the description for a resource is longer than a certain length, and a "...more" modal is added.Ideally this string-splitting would be a little more sophisticated and not split strings mid-word, but either before or after the closest word to our desired length.
The text was updated successfully, but these errors were encountered: