Skip to content

Commit

Permalink
another codeblock test
Browse files Browse the repository at this point in the history
  • Loading branch information
BiosPlus committed Jan 31, 2024
1 parent 38c8adf commit e43fd75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/macOS/os-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}


<details>
<summary>Click to expand/collapse codeblock</summary>
```xml
```
{% capture nudge_mobileconfig %}
{% include_relative resources/nudge-macos.mobileconfig %}
{% endcapture %}
{{ nudge_mobileconfig }}
```
</details>

{% capture nudge_mobileconfig_web %}
{% include_relative resources/nudge-macos-web.mobileconfig %}
{% endcapture %}

```filename: nudge-macos-web.mobileconfig```

<details>
<summary>Click to expand/collapse codeblock</summary>
```xml
```
{% capture nudge_mobileconfig_web %}
{% include_relative resources/nudge-macos-web.mobileconfig %}
{% endcapture %}
{{ nudge_mobileconfig_web }}
```
</details>
Expand Down

0 comments on commit e43fd75

Please sign in to comment.