Skip to content

Commit f9be5d4

Browse files
committed
fix(future): Use latest syntax
1 parent 40228b8 commit f9be5d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

text/3503-frontmatter.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -637,18 +637,18 @@ So **if** we decide we need to embed additional metadata, we have a couple of op
637637
Distinct blocks, maybe with newlines
638638

639639
````md
640-
```Cargo.toml
641-
```
640+
---Cargo.toml
641+
---
642642

643-
```Cargo.lock
644-
```
643+
---Cargo.lock
644+
---
645645
````
646646

647647
Continuous blocks
648648
````md
649-
```Cargo.toml
650-
```Cargo.lock
651-
```
649+
---Cargo.toml
650+
---Cargo.lock
651+
---
652652
````
653653

654654
Distinct blocks is more like the source inspiration, markdown,

0 commit comments

Comments
 (0)