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