1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Fix refuel framework page build failure ()

Jekyll thinks {{}} is a variable in code blocks too
This commit is contained in:
jonpas 2017-10-24 18:14:25 +02:00 committed by PabstMirror
parent 5160a4d767
commit 914ea66b2f

@ -14,6 +14,7 @@ version:
## 1. Config Values
{% raw %}
```cpp
class CfgVehicles {
class MyFuelTruck {
@ -28,6 +29,7 @@ class CfgVehicles {
};
};
```
{% endraw %}
<div class="panel callout">
<h5>Note:</h5>