From b4f8e492f3a0af7e5b96e7d3d16869b0259e5724 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 12 Jun 2025 07:41:16 -0700 Subject: [PATCH] content: Fix formatting --- content/en/content-management/content-adapters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/content-adapters.md b/content/en/content-management/content-adapters.md index a7732c62b..e6ac4c79c 100644 --- a/content/en/content-management/content-adapters.md +++ b/content/en/content-management/content-adapters.md @@ -90,7 +90,7 @@ Returns the `Site` to which the pages will be added. ### Store -Returns a persistent “scratch pad” to store and manipulate data. The main use case for this is to transfer values between executions when [EnableAllLanguages](#enablealllanguages) is set. See [examples](/methods/page/store/). +Returns a persistent "scratch pad" to store and manipulate data. The main use case for this is to transfer values between executions when [EnableAllLanguages](#enablealllanguages) is set. See [examples](/methods/page/store/). ```go-html-template {file="content/books/_content.gotmpl"} {{ .Store.Set "key" "value" }} @@ -338,7 +338,7 @@ content/ └── the-hunchback-of-notre-dame.md ``` -If the content adapter also creates books/the-hunchback-of-notre-dame, the content of the published page is indeterminate. You can not define the processing order. +If the content adapter also creates `books/the-hunchback-of-notre-dame`, the content of the published page is indeterminate. You can not define the processing order. To detect page collisions, use the `--printPathWarnings` flag when building your site.