mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix refuel framework page build failure (#5664)
Jekyll thinks {{}} is a variable in code blocks too
This commit is contained in:
parent
5160a4d767
commit
914ea66b2f
@ -14,6 +14,7 @@ version:
|
|||||||
|
|
||||||
## 1. Config Values
|
## 1. Config Values
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```cpp
|
```cpp
|
||||||
class CfgVehicles {
|
class CfgVehicles {
|
||||||
class MyFuelTruck {
|
class MyFuelTruck {
|
||||||
@ -28,6 +29,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
<div class="panel callout">
|
<div class="panel callout">
|
||||||
<h5>Note:</h5>
|
<h5>Note:</h5>
|
||||||
|
Loading…
Reference in New Issue
Block a user