Package com.jcabi.github.mock
Class MkMarkdown
- java.lang.Object
-
- com.jcabi.github.mock.MkMarkdown
-
- All Implemented Interfaces:
Markdown
@Immutable @Loggable(1) public final class MkMarkdown extends Object implements Markdown
Mock markdown API.- Since:
- 0.10
- Version:
- $Id: 934a597a996e660d91e63b9a5f54528c8cc40d4b $
- Author:
- Andrej Istomin (andrej.istomin.ikeen@gmail.com)
-
-
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
-
-