{# Code Highlighting Feature - Include this partial where code highlighting is needed #}
{# Usage: {% include "../../includes/features/code-highlighting.html" %} #}
{% if enable_code_highlighting %}
{# Highlight.js CSS - Multiple theme options #}
{% set highlight_theme = highlight_theme|default("github-dark") %}
{# Highlight.js Core + Common languages - Loaded only when needed #}
{# Styles for copy button #}
{% endif %}