1Password / passkey-rs

A framework for defining Webauthn Authenticators that support passkeys
Apache License 2.0
116 stars 17 forks source link

Fix header levels in top-level inline docs #18

Closed virtualritz closed 5 months ago

virtualritz commented 5 months ago

There is only one # top level header per document, in Markdown. Having mutliple will have the docs.rs parser ignore them.

Just look for Basic Concepts in the docs @ https://docs.rs/passkey/0.2.0/passkey/index.html to see what I mean. It's not rendered as a header.