@Immutable public interface Markdown
@NotNull(message="HTML object is never NULL") String render(@NotNull(message="JSON can\'t be NULL") javax.json.JsonObject json) throws IOException
json
- JSON parametersIOException
- If it fails due to I/O problem@NotNull(message="HTML of issues is never NULL") String raw(@NotNull(message="Markdown can\'t be NULL") String text) throws IOException
text
- Text in Markdown formatIOException
- If it fails due to I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.