From 3c55bd85ef147a3d2c7982c57cf4ecbfabd33f44 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Sat, 18 Jul 2015 23:27:58 +0100 Subject: [PATCH] Fix JSON code block formatting for annotations doc --- docs/user-guide/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index 672a7c3ed6..11acfadf2d 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -39,7 +39,7 @@ It is also useful to be able to attach arbitrary non-identifying metadata, for r Like labels, annotations are key-value maps. -``` +```json "annotations": { "key1" : "value1", "key2" : "value2"