diff options
| author | Dan Allen <dallen@redhat.com> | 2013-05-25 14:03:09 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-05-25 14:03:36 -0600 |
| commit | f30ed88c574b652d0ba2e76d3ef3bc5b8533cc77 (patch) | |
| tree | 6cb8d6ba590abe394bdb980f89b55802c5ae8f60 | |
| parent | f238f89024944bc5dbe7b38b87f914f358bef8e7 (diff) | |
document additional differences
| -rw-r--r-- | README.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 0e720f12..d6fe0137 100644 --- a/README.adoc +++ b/README.adoc @@ -372,6 +372,15 @@ NOTE: In general, Asciidoctor handles whitespace much more intelligently HTML) whereas AsciiDoc stops at 5; note the 6 section level is only available using the single-line section title syntax +* Admonition block style is added to class of outer div in html5 backend + in Asciidoctor + +* Admonition block caption can be overridden in Asciidoctor using the + +caption+ block attribute + +* Asciidoctor will parse attributes in link macros if the + +use-link-attrs+ attribute is set on the document. + If there's a difference you don't see in this list, check the {issues}[issue tracker] to see if it's an outstanding feature, or file an issue to report the difference. |
