Describe the bug
The title of Digest Authentication in document (path: servlet/authentication/passwords/digest.adoc) doesn't render properly.
To Reproduce https://docs.spring.io/spring-security/reference/servlet/authentication/passwords/digest.html
Expected behavior The title "Digest Authentication" should render as a h1 element.
Comment From: sjohnr
Thanks @skaifun! I believe it's just missing a newline before =. Are you interested in submitting a PR?
Comment From: skaifun
I have submitted a PR. And I think the extra * symbol caused the problem.
Comment From: sjohnr
Thanks @skaifun. I missed that because I was viewing it in the github rendered preview. 😅
Comment From: rwinch
Closing in favor of gh-11291