From d93f5242df19b732e6ee9e180f4a0772290ecd86 Mon Sep 17 00:00:00 2001
From: bholmesdev <hey@bholmes.dev>
Date: Fri, 3 Mar 2023 10:00:10 -0500
Subject: [PATCH] chore: remove revealSecret from ex

---
 examples/with-markdoc/astro.config.mjs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/examples/with-markdoc/astro.config.mjs b/examples/with-markdoc/astro.config.mjs
index 397c81b9c..d88ed2098 100644
--- a/examples/with-markdoc/astro.config.mjs
+++ b/examples/with-markdoc/astro.config.mjs
@@ -5,9 +5,6 @@ import markdoc from '@astrojs/markdoc';
 export default defineConfig({
 	integrations: [
 		markdoc({
-			variables: {
-				revealSecret: true,
-			},
 			tags: {
 				aside: {
 					render: 'Aside',