From e1883a86736392b0743a629c0d7012f13c42fabd Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 14 Jul 2022 11:20:49 -0700 Subject: [PATCH] Convert readme markdown table to html table This makes it possible to a second paragraph to the `toolchain` description. --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1152e65..043c029 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,24 @@ the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.42.0" pulls in All inputs are optional. -| Name | Description | -| ------------ | -----------------------------------------------------------------------------------------------------------------------------------| -| `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** | -| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | -| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | + + + + + + + + + + + + + + + + + +
NameDescription
toolchainRustup toolchain specifier e.g. stable, nightly, 1.42.0. Important: the default is to match the @rev as described above.
targetAdditional target support to install e.g. wasm32-unknown-unknown
componentsComma-separated string of additional components to install e.g. clippy, rustfmt
## License