Skip to content

Commit

Permalink
change jitpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelByszewski committed Jul 24, 2017
1 parent 2669a92 commit 9a35159
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ public AttributeProvider create(NodeRendererContext context) {
return renderer.render(parser.parse(text));
}

String html = "";

public String html = "";

public void loadMarkdown(String text) {
html = parseBuildAndRender(text);
Expand Down

0 comments on commit 9a35159

Please sign in to comment.