public class Asciidoc extends java.lang.Object
Translate Markdown to HTML using flexmark
Type Params | Return Type | Name and description |
---|---|---|
|
public static java.lang.String |
getContentHtml(java.lang.String content, java.lang.String urlFileRoot) Translate Asciidoctor string content to HTML, no inline |
|
public static java.lang.String |
getContentHtml(java.io.File file, java.lang.String urlFileRoot) Translate Asciidoctor file content to HTML, can inline other content |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Translate Asciidoctor string content to HTML, no inline
content
- The Asciidoc TexturlFileRoot
- url prefix for external resourcesTranslate Asciidoctor file content to HTML, can inline other content
file
- The Asciidoc FileurlFileRoot
- url prefix for external resources