Upgrade asciidoctor to 0.1.4

Change-Id: If9edc39c3f41ef265276c076db01b04b68a56767
This commit is contained in:
Yuxuan 'fishy' Wang 2013-10-04 10:08:55 -07:00
parent ec3a9543fb
commit 0fed98e0bf
3 changed files with 6 additions and 4 deletions

View File

@ -23,7 +23,7 @@ li p {
margin: 0.2em 0 0.2em 0; margin: 0.2em 0 0.2em 0;
} }
.monospaced { .listingblock > .content {
border: 2px solid silver; border: 2px solid silver;
background: #ebebeb; background: #ebebeb;
margin-left: 2em; margin-left: 2em;

View File

@ -41,8 +41,9 @@ GET_TITLE = '<div class="title">%s</div>'
GET_MACRO = """ GET_MACRO = """
++++ ++++
<div class="listingblock">
%s %s
<div class="content monospaced"> <div class="content">
<a id=\"{0}\" onmousedown="javascript: <a id=\"{0}\" onmousedown="javascript:
var i = document.URL.lastIndexOf(\'/Documentation/\'); var i = document.URL.lastIndexOf(\'/Documentation/\');
var url = document.URL.substring(0, i) + \'{0}\'; var url = document.URL.substring(0, i) + \'{0}\';
@ -50,6 +51,7 @@ GET_MACRO = """
GET {0} HTTP/1.0 GET {0} HTTP/1.0
</a> </a>
</div> </div>
</div>
++++ ++++
""" """

View File

@ -41,8 +41,8 @@ java_library(
maven_jar( maven_jar(
name = 'asciidoctor', name = 'asciidoctor',
id = 'org.asciidoctor:asciidoctor-java-integration:0.1.3', id = 'org.asciidoctor:asciidoctor-java-integration:0.1.4',
sha1 = '5cf21b4331d737ef0f3b3f543a7e5a343c1f27ec', sha1 = '3596c7142fd30d7b65a0e64ba294f3d9d4bd538f',
license = 'Apache2.0', license = 'Apache2.0',
visibility = [], visibility = [],
attach_source = False, attach_source = False,