Skip to content

Commit

Permalink
support additional options for MS Word (table of contents, keep markd…
Browse files Browse the repository at this point in the history
…own)
  • Loading branch information
jjallaire committed Oct 1, 2015
1 parent 4b15b4e commit 5b55df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Reorganize toolbar commands/menu for improved discoverability
* Added Run Setup Chunk command
* Updated embedded pandoc to v1.15.0.6
* Support additional options for MS Word (table of contents, keep markdown)

### Data Viewer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public static native JsArray<RmdTemplate> getTemplates() /*-{
format_name: "word_document",
format_ui_name: "Word",
format_extension: "docx",
format_options: [ "highlight", "fig_width", "fig_height",
"fig_caption" ],
format_options: [ "toc", "toc_depth", "highlight", "fig_width", "fig_height",
"fig_caption", "keep_md" ],
format_notes: "Previewing Word documents requires an installation of MS Word (or Libre/Open Office on Linux)."
}
],
Expand Down

0 comments on commit 5b55df5

Please sign in to comment.