Skip to content

Commit 4fa94c1

Browse files
authored
Merge pull request #815 from Mark-Simulacrum/fix-links
Fix links and footnotes in latest blog post
2 parents 58be280 + 44ad6e0 commit 4fa94c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

posts/2021-04-14-async-vision-doc-shiny-future.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Here is the idea in a nutshell:
2626

2727
> We are launching a collaborative effort to build a shared [vision document][vd] for Async Rust. **Our goal is to engage the entire community in a collective act of the imagination:** how can we make the end-to-end experience of using Async I/O not only a pragmatic choice, but a _joyful_ one?
2828
29-
As described in the [original announcement][announce], the [vision document][vd] is structured as a series of "status quo" and "shiny future" stories. Each story describes the experiences of one or more of our four [characters] as they go about achieving their goals using Async Rust.
29+
As described in the [original announcement][announce], the [vision document][vd] is structured as a series of "status quo" and "shiny future" stories. Each story describes the experiences of one or more of our four [characters] as they go about achieving their goals using Async Rust.
3030

31-
The "status quo" stories describe the experiences that users have today. They are an amalgamation of the real experiences of people using Async Rust, as reported to us by interviews, blog posts, and tweets. The goal with these stories is to help us understand and gauge the cumulative impact that problems can have on our users.
31+
The "status quo" stories describe the experiences that users have today. They are an amalgamation of the real experiences of people using Async Rust, as reported to us by interviews, blog posts, and tweets. The goal with these stories is to help us understand and gauge the cumulative impact that problems can have on our users.
3232

3333
The "shiny future" stories describe those some characters achieving those same goals, but looking forward a few years into the future. They are meant to illustrate the experience we are aiming towards, and to give the overall context for the RFCs and other kinds of changes we want to pursue.
3434

@@ -47,6 +47,7 @@ If you'd like to help, we'd love to have you! If you've got an idea for a story,
4747

4848

4949
If you'd like a bit more inspiration, then you can join [Ryan Levick] and [I] at one of our vision doc writing sessions. We have [more sessions scheduled this week][cws] and you can look for announcements from us on twitter or check the `#wg-async-foundations` stream on [the rust-lang Zulip][z].
50+
5051
[vd]: https://rust-lang.github.io/wg-async-foundations/vision.html#-the-vision
5152
[sq]: https://rust-lang.github.io/wg-async-foundations/vision/status_quo.html
5253
[sf]: https://rust-lang.github.io/wg-async-foundations/vision/shiny_future.html

src/posts.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ impl Post {
7070
},
7171
extension: ComrakExtensionOptions {
7272
header_ids: Some(String::new()),
73+
footnotes: true,
7374
table: true,
7475
..ComrakExtensionOptions::default()
7576
},

0 commit comments

Comments
 (0)