Update preCICE MBDyn adapter authored by Claudio Giovanni Caccia;Claudio Giovanni Caccia's avatar Claudio Giovanni Caccia;Claudio Giovanni Caccia
...@@ -157,20 +157,20 @@ All the simulations are composed by a _root_ directory, which contains: ...@@ -157,20 +157,20 @@ All the simulations are composed by a _root_ directory, which contains:
json file json file
;;;json ```json
{ {
"title": "About Front Matter" "title": "About Front Matter"
"example": { "example": {
"language": "json" "language": "json"
} }
} }
;;; ```
```yaml ```yaml
{ {
"this-json": "looks awesome..." "this-json": "looks awesome..."
} }
```
## <a name="examples"></a>Tutorials ## <a name="examples"></a>Tutorials
### Dummy Fluid solver ### Dummy Fluid solver
... ...
......