From 52175fb7b1b3ca330f7c99a7d49cdaf110477240 Mon Sep 17 00:00:00 2001 From: Andy Clifford Date: Tue, 24 Oct 2023 10:23:10 +1300 Subject: [PATCH] Rename allowIndentation to ignoreIndentation --- .changeset/hip-rockets-glow.md | 2 +- packages/integrations/markdoc/README.md | 10 +++++----- packages/integrations/markdoc/src/options.ts | 2 +- packages/integrations/markdoc/src/tokenizer.ts | 2 +- .../render-with-indented-components/astro.config.mjs | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.changeset/hip-rockets-glow.md b/.changeset/hip-rockets-glow.md index c05314d30b0b8..fd121c0d40220 100644 --- a/.changeset/hip-rockets-glow.md +++ b/.changeset/hip-rockets-glow.md @@ -2,4 +2,4 @@ '@astrojs/markdoc': minor --- -Added allowIndentation as a markdoc integration option to enable better readability +Added ignoreIndentation as a markdoc integration option to enable better readability of source code. diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 8fc9d057c6487..fa506b24add12 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -458,21 +458,21 @@ To achieve a more Markdown-like experience, where HTML elements can be included > **Warning** > When `allowHTML` is enabled, HTML markup inside Markdoc documents will be rendered as actual HTML elements (including `