diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-18 18:55:08 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-18 18:55:08 +0000 |
| commit | e400a59eee150af30ba8d4eda7d14656b92c4cc1 (patch) | |
| tree | 630b45123719f27a3c5ac3781620c82502ae73ef /docutils/docs/user | |
| parent | 0f307e0f38576b464a1d93034f51f11938e4067a (diff) | |
| download | docutils-e400a59eee150af30ba8d4eda7d14656b92c4cc1.tar.gz | |
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
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
