Source code for indieweb_utils.utils.footnotes

import re

FIRST_REFERENCE = r"\[(\d+)\]"
FOOTNOTE_REFERNECE = r"\[\^(\d+)\]"