-
{{section.description}}
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index f545b39..0d570e0 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -48,6 +48,11 @@ Parameters:
{% set row_id = '' %}
+{% if columns | length > 0 %}
+ {% set first_column = columns[0] | striptags | trim %}
+ {% set first_line = first_column | split(pat='\n') | first %}
+ {% set row_id = first_line | lower | slugify %}
+{% endif %}
{% if id %}
{% set row_id = id %}