979899100101102103104105
private final JavaScriptObject toJSO(String author, String title, String format, boolean isShiny) { RmdFrontMatter result = RmdFrontMatter.create(); result.applyCreateOptions(author, title, format, isShiny); return result; }