From e43fd75e2032a64e39e6150df9929c066c773660 Mon Sep 17 00:00:00 2001 From: Michael Ovcaric <9003059+BiosPlus@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:44:35 +1100 Subject: [PATCH] another codeblock test --- docs/macOS/os-updates.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/macOS/os-updates.md b/docs/macOS/os-updates.md index 5854141..a5f2f6e 100644 --- a/docs/macOS/os-updates.md +++ b/docs/macOS/os-updates.md @@ -24,26 +24,26 @@ The best approach to combat this is to use Nudge. ```filename: nudge-macos.mobileconfig``` -{% capture nudge_mobileconfig %} -{% include_relative resources/nudge-macos.mobileconfig %} -{% endcapture %} +
Click to expand/collapse codeblock - ```xml + ``` + {% capture nudge_mobileconfig %} + {% include_relative resources/nudge-macos.mobileconfig %} + {% endcapture %} {{ nudge_mobileconfig }} ```
-{% capture nudge_mobileconfig_web %} -{% include_relative resources/nudge-macos-web.mobileconfig %} -{% endcapture %} - ```filename: nudge-macos-web.mobileconfig```
Click to expand/collapse codeblock - ```xml + ``` + {% capture nudge_mobileconfig_web %} + {% include_relative resources/nudge-macos-web.mobileconfig %} + {% endcapture %} {{ nudge_mobileconfig_web }} ```