diff --git a/Contribute/content/markdown-reference.md b/Contribute/content/markdown-reference.md index 4fb748d7..138a83bc 100644 --- a/Contribute/content/markdown-reference.md +++ b/Contribute/content/markdown-reference.md @@ -223,14 +223,22 @@ The following file types are supported by default for images: To support other image types, such as .gif, you must add them as resources in *docfx.json*: -```md -"resource": [ - { - "files" : [ - "**/*.png", - "**/*.jpg, - "**/*.gif" - ], +```json +{ + "...": "...", + + "resource": [ + { + "files" : [ + "**/*.png", + "**/*.jpg", + "**/*.gif" + ], + + "...": "..." + } + ] +} ``` ### Standard conceptual images (default Markdown)