Skip to content

Commit 648933c

Browse files
committed
update samples
1 parent 627a24e commit 648933c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flexmark-java-samples/src/com/vladsch/flexmark/java/samples/JekyllIncludeFileSample.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ static String commonMark(String markdown, Map<String, String> included) {
8181
}
8282
}
8383

84-
String html = renderer.render(document);
85-
return html;
84+
return renderer.render(document);
8685
}
8786

8887
public static void main(String[] args) {

0 commit comments

Comments
 (0)