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
fmt shortcode-indent pass now re-indents all pure-tag shortcode lines inside a list-inline block to the list-continuation column, not just the closer. Previously a single-tag shortcode like {{< euprava-payment >}} between the list-inline opener (7. {{< details >}}) and its closer had its leading whitespace stripped to column 0. Now the list-continuation column (e.g. 3 for 7. ) is used as a base indent for every pure-tag line while the list-inline block is active; nested block shortcodes inside it add the normal depth-based indent on top of the base.