Skip to content

Commit

Permalink
Fix FAQ numbering
Browse files Browse the repository at this point in the history
Resolves #364
  • Loading branch information
fingolfin committed Sep 2, 2024
1 parent aa28757 commit 81ded36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
#faq h3:before {
color: $grey-dk-000;
content: counter(heading)"." counter(subheading)"  ";
content: counter(heading)"." counter(subheading, lower-alpha)"  ";
counter-increment: subheading;
}

Expand Down
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 7
permalink: /faq/
---

## Table of contents
# Table of contents
{: .no_toc .text-delta }

1. TOC
Expand Down

0 comments on commit 81ded36

Please sign in to comment.