Merge "Remove an obsolete code comment from the AsciiDoctor class"
This commit is contained in:
@@ -105,10 +105,6 @@ public class AsciiDoctor {
|
|||||||
.eruby(ERUBY)
|
.eruby(ERUBY)
|
||||||
.safe(SafeMode.UNSAFE)
|
.safe(SafeMode.UNSAFE)
|
||||||
.baseDir(base)
|
.baseDir(base)
|
||||||
// XXX(fishywang): ideally we should just output to a string and add the
|
|
||||||
// content into zip. But asciidoctor will actually ignore all attributes
|
|
||||||
// if not output to a file. So we *have* to output to a file then read
|
|
||||||
// the content of the file into zip.
|
|
||||||
.toFile(outputFile);
|
.toFile(outputFile);
|
||||||
|
|
||||||
AttributesBuilder attributesBuilder = AttributesBuilder.attributes();
|
AttributesBuilder attributesBuilder = AttributesBuilder.attributes();
|
||||||
|
Reference in New Issue
Block a user