diff options
| author | Dan Allen <dallen@redhat.com> | 2013-05-26 16:33:26 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-05-26 16:33:26 -0600 |
| commit | 0a54e50712fc675f45346fec28a4e6756de52884 (patch) | |
| tree | 8d5da0aa0936a4a722a0d118d00fa3d7ee661c90 /README.adoc | |
| parent | f959b67003e4d395cb4fb21bad676a346e9bda91 (diff) | |
output screen element in docbook for listing or source block w/o language
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index e476a65d..c3404aed 100644 --- a/README.adoc +++ b/README.adoc @@ -294,7 +294,7 @@ NOTE: In general, Asciidoctor handles whitespace much more intelligently * Asciidoctor honors the alternate style name "discrete" for a floating title (i.e., +[discrete]+) -* Asciidoctor supports syntax highlighting of listing or literal blocks +* Asciidoctor supports syntax highlighting of listing, literal or open blocks that have the "source" style out of the box ** Asciidoctor honors the source-highlighter values +coderay+ and @@ -303,6 +303,9 @@ NOTE: In general, Asciidoctor handles whitespace much more intelligently ** Asciidoctor does not currently support Pygments for source highlighting +** Asciidoctor gracefully falls back to listing block if no source language + is specified + * Asciidoctor sets these additional intrinsic attributes +asciidoctor+:: |
