<h3 id="rule-6"> <span class="rule-number">§6</span> <span class="rule-title">Title of the Rule</span> </h3> <p>Rule content here...</p>
function setRuleTitle(ruleNumber, title) { const ruleElement = document.getElementById(`rule-${ruleNumber}`); if (ruleElement) { const titleSpan = ruleElement.querySelector('.rule-title'); if (titleSpan) titleSpan.textContent = title; } } setRuleTitle(6, "Title of the rule §6"); Please provide more details so I can give you the exact code or markup you need. title of rule § 6
\section{Rule §6: Title of the Rule} \label{rule:6} This is the content of rule §6. Title of the Rule<