From 34749ed10c42dd7651a658ff51a8e3eff6171ea5 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:36:55 +0800 Subject: [PATCH] Updated project configuration for VS Code (#7581) --- docs/creating-your-site.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index eb5adc5b1..cd0378e77 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -78,7 +78,8 @@ plugins require the `site_url` to be set, so you should always do this. "!relative scalar", "tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg", "tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji", - "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" + "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format", + "tag:yaml.org,2002:python/object/apply:pymdownx.slugs.slugify mapping" ] } ```