From 3f2d4b4cc4e5a62f0aa7069693a4ae9b4e7e5b9f Mon Sep 17 00:00:00 2001 From: Brenton Farmer Date: Tue, 6 Aug 2024 12:06:22 -0700 Subject: [PATCH] markdown encoding --- docs/middleware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/middleware.md b/docs/middleware.md index 5ae0773..ff23789 100644 --- a/docs/middleware.md +++ b/docs/middleware.md @@ -1,4 +1,4 @@ ---- +--- layout: default title: Middleware nav_order: 4 @@ -86,7 +86,7 @@ The `WithLogging` hooked into the beginning and end of each pipeline step with t `Wraps` are middleware that surround a group of pipeline actions. The `Wrap` and `WrapAsync` method allows you to wrap a part of the pipeline. This is useful when you want to apply a transformation to only a part of the pipeline. -Here’s an example of how to use `WrapAsync`: +Here’s an example of how to use `WrapAsync`: ```csharp var command = PipelineFactory