From 1ad9df2c67fe771598ed53018b44f63fa4a62153 Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Fri, 24 Jan 2025 09:42:14 -0700 Subject: [PATCH] add note about concat usage requiring capture patch (#2199) --- docs/known_issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/known_issues.md b/docs/known_issues.md index 18183fb3f..21404250f 100644 --- a/docs/known_issues.md +++ b/docs/known_issues.md @@ -29,7 +29,7 @@ It would be lovely if we could support rendering ViewComponents in Jekyll, as it ## Issues resolved by the optional capture compatibility patch -If you're experiencing issues with duplicated content or malformed HTML output, the capture compatibility patch may resolve these. +If you're experiencing issues with duplicated content or malformed HTML output (such as using `concat` in a helper), the capture compatibility patch may resolve these. [Set `config.view_component.capture_compatibility_patch_enabled` to `true`](https://viewcomponent.org/api.html#capture_compatibility_patch_enabled) to resolve these issues.