chore: Merge latest changes from the main branch

This commit is contained in:
Jeremiah Russell 2025-04-30 10:39:37 +01:00
commit bb411abfc2
No known key found for this signature in database
GPG key ID: E576B835ACE207E5
39 changed files with 1064 additions and 435 deletions

View file

@ -5,11 +5,7 @@
{%- set rel_attributes = macros_rel_attributes::rel_attributes() | trim -%}
{%- if config.markdown.external_links_target_blank -%}
{%- set blank_target = "target=_blank" -%}
{%- else -%}
{%- set blank_target = "" -%}
{%- endif -%}
{%- set blank_target = macros_target_attribute::target_attribute(new_tab=config.markdown.external_links_target_blank) -%}
{# Debugging #}
{# <div><pre>