fix(future): Use latest syntax

This commit is contained in:
Ed Page 2024-02-07 08:30:59 -06:00
parent 40228b8095
commit f9be5d49b1
1 changed files with 7 additions and 7 deletions

View File

@ -637,18 +637,18 @@ So **if** we decide we need to embed additional metadata, we have a couple of op
Distinct blocks, maybe with newlines
````md
```Cargo.toml
```
---Cargo.toml
---
```Cargo.lock
```
---Cargo.lock
---
````
Continuous blocks
````md
```Cargo.toml
```Cargo.lock
```
---Cargo.toml
---Cargo.lock
---
````
Distinct blocks is more like the source inspiration, markdown,