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 19592e8 commit e9b1560
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static String commonMark(String markdown, Map<String, String> included) {
options.set(JekyllTagExtension.INCLUDED_HTML, includeHtmlMap);
options.set(JekyllTagExtension.EMBED_INCLUDED_CONTENT, true);

// use new options for main document parsing/rendering
parser = Parser.builder(options).build();
renderer = HtmlRenderer.builder(options).build();
}
Expand Down

0 comments on commit e9b1560

Please sign in to comment.