From 42e67d1786d9e8efffbcb667b86c958db12a0479 Mon Sep 17 00:00:00 2001 From: Michael Ovcaric <9003059+BiosPlus@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:47:00 +1100 Subject: [PATCH] I think I missed something important earlier --- docs/macOS/os-updates.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/macOS/os-updates.md b/docs/macOS/os-updates.md index a5f2f6e..88cc0c8 100644 --- a/docs/macOS/os-updates.md +++ b/docs/macOS/os-updates.md @@ -24,29 +24,27 @@ 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 - ``` - {% capture nudge_mobileconfig %} - {% include_relative resources/nudge-macos.mobileconfig %} - {% endcapture %} - {{ nudge_mobileconfig }} + Click to expand/collapse + + ```markdown + ```xml + {{ nudge_mobileconfig }}``` ``` +
+{% capture nudge_mobileconfig_web %} +{% include_relative resources/nudge-macos-web.mobileconfig %} +{% endcapture %} -```filename: nudge-macos-web.mobileconfig``` + ```filename: nudge-macos-web.mobileconfig``` -
- Click to expand/collapse codeblock - ``` - {% capture nudge_mobileconfig_web %} - {% include_relative resources/nudge-macos-web.mobileconfig %} - {% endcapture %} - {{ nudge_mobileconfig_web }} - ``` -
+ ```xml + {{ nudge_mobileconfig_web }}``` ## MacOS 14+ (Sonoma and newer)