From fcf2256a83afb5af4bf0e8cebda4671080c4f57b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 21 May 2024 07:30:20 +0200 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Response-Templating.md b/Response-Templating.md index 09b037f..8287d37 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -64,7 +64,7 @@ server } ``` -:memo: Note that the `UseTransformerForBodyAsFile` is required to not just transform the filename itself, but also transform the content from that specified file. (#386 and #1106) +:memo: Note that the `UseTransformerForBodyAsFile` is required to not just transform the filename itself, but also transform the content from that specified file. ([#386](https://github.com/WireMock-Net/WireMock.Net/issues/386) and [#1106](https://github.com/WireMock-Net/WireMock.Net/issues/1106)) ### Scriban For using Scriban as templating engine, just provide the type: