| Package | Description |
|---|---|
| org.ocpsoft.rewrite.transform.markup |
| Modifier and Type | Method and Description |
|---|---|
Asciidoc |
Asciidoc.addStylesheet(String url)
Adds a CSS stylesheet to the rendered HTML document.
|
static Asciidoc |
Asciidoc.fullDocument()
Create a
Transformer instance that renders a full markdown HTML document structure. |
static Asciidoc |
Asciidoc.partialDocument()
Create a
Transformer instance that renders markdown without adding the HTML scaffold like a body or head. |
Asciidoc |
Asciidoc.self() |
Asciidoc |
Asciidoc.withTitle(String title)
Sets the title of the rendered HTML document.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<Asciidoc> |
Asciidoc.getTransformerType() |
Copyright © 2015 OCPsoft. All Rights Reserved.