Package | Description |
---|---|
com.kamontat.convert |
Modifier and Type | Method and Description |
---|---|
Result |
Md2Html.convert(File file)
convert file to string and using
Md2Html.convert(String) |
Result |
Html2Md.convert(File file) |
abstract Result |
Converter.convert(File file)
|
Result |
Md2Html.convert(String string)
This will convert markdown syntax to html syntax.
|
Result |
Html2Md.convert(String string) |
abstract Result |
Converter.convert(String string)
|
Result |
Md2Html.convert(URL url)
convert url to string and using
Md2Html.convert(String) |
Result |
Html2Md.convert(URL url) |
abstract Result |
Converter.convert(URL url)
|
Copyright © 2017. All rights reserved.