Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Apr 23, 2020
1 parent 627a24e commit 648933c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ static String commonMark(String markdown, Map<String, String> included) {
}
}

String html = renderer.render(document);
return html;
return renderer.render(document);
}

public static void main(String[] args) {
Expand Down

0 comments on commit 648933c

Please sign in to comment.