Skip to content

Commit 5481073

Browse files
committed
include the YAML file
1 parent f1ca4c5 commit 5481073

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

preprocessing/src/main.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tags:
3030
- Meetup
3131
---
3232
33-
I wanted to know the relative sizes of the various Rust-specific Meetup groups so I collected them into a YAML file. Maybe I should generate a page.
33+
I wanted to know the relative sizes of the various Rust-specific Meetup groups so I collected them into a YAML file and then generated this page.
3434
3535
| name | members | location |
3636
| ---- | ------- | -------- |
@@ -48,7 +48,9 @@ I wanted to know the relative sizes of the various Rust-specific Meetup groups s
4848

4949
text.push_str(r#"
5050
51-
For this page even the Markdown file is generated. See the `preprocessing` in the [repository](https://github.com/szabgab/rust.code-maven.com/) and the `examples/meetups.yaml file`.
51+
For this page even the Markdown file is generated. See the `preprocessing` in the [repository](https://github.com/szabgab/rust.code-maven.com/) and the YAML file.
52+
53+
![](examples/meetups.yaml)
5254
"#);
5355

5456
let filename = "../pages/meetups.md";

0 commit comments

Comments
 (0)