From a8f5b29c9ba1c7ea4d3323d46518d99e73f05807 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:20:22 -0600 Subject: [PATCH] fix annotation --- blog/posts/biometrics-explained.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md index 98dacab1a..56241b054 100644 --- a/blog/posts/biometrics-explained.md +++ b/blog/posts/biometrics-explained.md @@ -15,6 +15,9 @@ Biometrics are a convenient and secure way to authenticate our devices. Many of ## Fingerprint -One of the most recognizable types of biometric authentication has to be the fingerprint reader. The idea is that everyone has a fairly unique fingerprint, so we should be able to distinguish between your fingerprint and someone else's reliably. { .annotate } +One of the most recognizable types of biometric authentication has to be the fingerprint reader. The idea is that everyone has a fairly unique fingerprint, so we should be able to distinguish between your fingerprint and someone else's reliably. (1) +{ .annotate } + +1. It's theorized that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467). + -1. It's theorized that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467).