summaryrefslogtreecommitdiff
path: root/data/reference
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-03-22 04:48:53 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-03-22 04:49:20 -0600
commit128241565284b226fab5e4f6caa0ea731e1d03bf (patch)
tree628581b8dad2e51cf5fbe0dcd7511efe13dd8551 /data/reference
parent80a5f70693135b7fcde1ccd373881769450090bf (diff)
drop explicit source style from syntax reference [skip ci]
Diffstat (limited to 'data/reference')
-rw-r--r--data/reference/syntax.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/reference/syntax.adoc b/data/reference/syntax.adoc
index 10b9386c..6e4fcea5 100644
--- a/data/reference/syntax.adoc
+++ b/data/reference/syntax.adoc
@@ -131,7 +131,7 @@ Attach a block or paragraph to a list item using a list continuation (which you
=== Callout
// enable callout bubbles by adding `:icons: font` to the document header
-[source,ruby]
+[,ruby]
----
puts 'Hello, World!' # <1>
----
@@ -206,7 +206,7 @@ literal - an exhibit that features program output
listing - an exhibit that features program input, source code, or the contents of a file
----
-[source,language]
+[,language]
----
source - a listing that is embellished with (colorized) syntax highlighting
----