From 22daaad6f488aaf64668f196174698b9613661ef Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 2 Dec 2021 09:54:05 +0100 Subject: [PATCH] testing mkdocs 8: annotations in code --- docs/terraform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terraform.md b/docs/terraform.md index fada8295..68f2f5b8 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -364,7 +364,7 @@ theme: 1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted text__, images, ... basically anything that can be expressed in Markdown. -``` yaml +``` tf network_profile { # (3) load_balancer_sku = "Standard" network_plugin = "azure" # Azure CNI because windows node pools arenot supported by kubenet (unfortunately)