How to adding square brackets to footnote

Add the following CSS code.

.footnote-ref::before {
  content: '[';
}
.footnote-ref::after {
  content: ']';
}
2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.