Upgrade asciidoctor to 0.1.4
Change-Id: If9edc39c3f41ef265276c076db01b04b68a56767
diff --git a/Documentation/doc.css b/Documentation/doc.css
index 1f253d0..a1c2333 100644
--- a/Documentation/doc.css
+++ b/Documentation/doc.css
@@ -23,7 +23,7 @@
margin: 0.2em 0 0.2em 0;
}
-.monospaced {
+.listingblock > .content {
border: 2px solid silver;
background: #ebebeb;
margin-left: 2em;
diff --git a/Documentation/replace_macros.py b/Documentation/replace_macros.py
index d382909..1680a47 100755
--- a/Documentation/replace_macros.py
+++ b/Documentation/replace_macros.py
@@ -41,8 +41,9 @@
GET_MACRO = """
++++
+<div class="listingblock">
%s
-<div class="content monospaced">
+<div class="content">
<a id=\"{0}\" onmousedown="javascript:
var i = document.URL.lastIndexOf(\'/Documentation/\');
var url = document.URL.substring(0, i) + \'{0}\';
@@ -50,6 +51,7 @@
GET {0} HTTP/1.0
</a>
</div>
+</div>
++++
"""
diff --git a/lib/asciidoctor/BUCK b/lib/asciidoctor/BUCK
index d27d11a..0b07b69 100644
--- a/lib/asciidoctor/BUCK
+++ b/lib/asciidoctor/BUCK
@@ -41,8 +41,8 @@
maven_jar(
name = 'asciidoctor',
- id = 'org.asciidoctor:asciidoctor-java-integration:0.1.3',
- sha1 = '5cf21b4331d737ef0f3b3f543a7e5a343c1f27ec',
+ id = 'org.asciidoctor:asciidoctor-java-integration:0.1.4',
+ sha1 = '3596c7142fd30d7b65a0e64ba294f3d9d4bd538f',
license = 'Apache2.0',
visibility = [],
attach_source = False,