You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/08/31 17:33:49 UTC

[09/11] tinkerpop git commit: Minor fix to doc formatting

Minor fix to doc formatting


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e4d6b618
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e4d6b618
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e4d6b618

Branch: refs/heads/master
Commit: e4d6b6181dc6641f10d47a553cd0235b738a8c05
Parents: 4752a5d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Aug 31 10:32:47 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Aug 31 10:32:47 2016 -0400

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e4d6b618/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc b/docs/src/reference/gremlin-applications.asciidoc
index 495aadd..4c01096 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -192,8 +192,11 @@ Colors can contain a comma-separated combination of 1 each of foreground, backgr
 |=========================================================
 
 Example:
-```:set gremlin.color bg_black,green,bold```
 
+[source,text]
+----
+:set gremlin.color bg_black,green,bold
+----
 
 Dependencies and Plugin Usage
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~