From 6d6d5af08c286f4e40930f5cd2827444161815e3 Mon Sep 17 00:00:00 2001 From: Pier-Olivier Thibault <23230+pier-oliviert@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:08:58 -0500 Subject: [PATCH] fix(docs): YAML escape --- docs/integrations/cloudflare/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/cloudflare/index.md b/docs/integrations/cloudflare/index.md index 6aaf1e4..ebbed3b 100644 --- a/docs/integrations/cloudflare/index.md +++ b/docs/integrations/cloudflare/index.md @@ -74,6 +74,6 @@ spec: properties: comment: "A Comment for this record" tags: "phonebook;development;user-1" - +``` Tags are delimited by the semi-colon character(`;`). You can specify as many as you'd like.