From e400a59eee150af30ba8d4eda7d14656b92c4cc1 Mon Sep 17 00:00:00 2001 From: milde Date: Fri, 18 Jun 2021 18:55:08 +0000 Subject: Change default value for the "auto_id_prefix" setting to "%". Auto-generated IDs use the tag name as prefix. Set auto_id_prefix_ to "id" if you want unchanged auto-IDs. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8771 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/user/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/docs') diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 4beaa97de..f43b859ce 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -210,7 +210,7 @@ the `identifier normalization`_. A trailing "%" is replaced with the tag name (new in Docutils 0.16). -Default: "id" (`will change to "%" in future`__). +Default: "%" (changed in 0.18 from "id"). Option: ``--auto-id-prefix`` (hidden, intended mainly for programmatic use). .. _identifier normalization: -- cgit v1.2.1