whtwnd / whitewind-blog

Repository to manage WhiteWind atproto blogging platform codes
GNU Affero General Public License v3.0
39 stars 3 forks source link

Fixed footnote by mistakenly added prefix of li node ids #21

Closed K-Nksm closed 1 day ago

K-Nksm commented 1 day ago

Previously, the footnote didn't work because rehypeSanitize added user-content- prefix to all ids of HTML. This PR fixes the problem.