diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-10-10 13:19:55 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-10-10 13:19:55 +0000 |
| commit | 20bb678f2719ce3a5cd3029862a0d3a56a1e6a44 (patch) | |
| tree | 224f6f59662268b1899669f0316e9dc91aaef27b /docutils/docs/ref | |
| parent | 41fd0a8dd92a98c5ceaface17e698598a1339e03 (diff) | |
| download | docutils-20bb678f2719ce3a5cd3029862a0d3a56a1e6a44.tar.gz | |
html5 writer: prepare support of <ins> and <del> tags.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8402 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 33ded5d79..3e8325130 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -1730,6 +1730,8 @@ The text above is parsed and transformed into this doctree fragment:: may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods ("."). + + -- http://www.w3.org/TR/html401/types.html#type-name - The `CSS1 spec`_ defines identifiers based on the "name" token ("flex" tokenizer notation below; "latin1" and "escape" 8-bit |
