Package io.swagger.codegen.v3.utils
Class Markdown
- java.lang.Object
 - 
- io.swagger.codegen.v3.utils.Markdown
 
 
- 
public class Markdown extends Object
Utility class to convert Markdown (CommonMark) to HTML. This class is threadsafe. 
- 
- 
Constructor Summary
Constructors Constructor Description Markdown() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoHtml(String markdown)Convert input markdown text to HTML. 
 -