Package com.jcabi.github.mock
Class MkMarkdown
- java.lang.Object
-
- com.jcabi.github.mock.MkMarkdown
-
-
Constructor Summary
Constructors Constructor Description MkMarkdown(Github github)Creates new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Githubgithub()Get its owner.Stringraw(String text)Raw rendering.Stringrender(javax.json.JsonObject json)Render.
-
-
-
Constructor Detail
-
MkMarkdown
public MkMarkdown(Github github)
Creates new instance.- Parameters:
github- Owner github
-
-