diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-05-29 01:33:53 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-05-29 01:33:53 -0700 |
| commit | d6ecc5debc4cfc7f969af7bed0843430da761d60 (patch) | |
| tree | b3a3a97f1d504782fd6bfa56165b8a16bfc5cbc8 /README.adoc | |
| parent | bbbb7dec0e0b71a1814389bb2df46ff4c6fee7d0 (diff) | |
| parent | 1f6492bc16f907cdf91c7c2784ffed604f968daf (diff) | |
Merge pull request #371 from mojavelinux/ordered-list-type
add type attribute to ordered list in html5 backend
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 409bcd3c..935770ae 100644 --- a/README.adoc +++ b/README.adoc @@ -237,6 +237,9 @@ Here are the known cases where Asciidoctor differs from AsciiDoc: quotes are rarely needed, though you may want to keep them for compatibility) +* Asciidoctor adds the type attribute on ordered lists to provide hint + for numbering style when stylesheet is absent (such as in embedded mode) + * Asciidoctor recognizes +opts+ as an alias for the +options+ attribute. * Asciidoctor creates xref labels using the text from the linked section |
