From d0ab30f632e9097eec49878e8794cea76bd5610b Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Tue, 23 Apr 2013 20:38:33 -0700
Subject: [PATCH] README: Documented `ascii_identifiers` extension

---
 README | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README b/README
index 22bce6de9..59b208cf2 100644
--- a/README
+++ b/README
@@ -2410,6 +2410,11 @@ simply skipped (as opposed to being parsed as paragraphs).
 Makes all absolute URIs into links, even when not surrounded by
 pointy braces `<...>`.
 
+**Extension: `ascii_identifiers`**\
+Causes the identifiers produced by `auto_identifiers` to be pure ASCII.
+Accents are stripped off of accented latin letters, and non-latin
+letters are omitted.
+
 **Extension: `link_attributes`**\
 Parses multimarkdown style key-value attributes on link and image references.
 Note that pandoc's internal document model provides nowhere to put