summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-26 03:20:34 +0200
committermo8it <mo8it@proton.me>2024-04-26 03:20:34 +0200
commit9664f4357c85b6f3384ee697f56f1c6b458b1f0b (patch)
tree08ea42f0caaeecee19b81e8af0f5fe8f895e6c09
parent74ae5066031d2f8ee848a9394737a0599f145bda (diff)
Use HTML in the summary
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 170b62c..1c53e4e 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,7 @@ cargo install rustlings@6.0.0-beta.3
```
<details>
-<summary>
-
-**If the installation fails…** (_click to expand_)
-
-</summary>
+<summary><strong>If the installation fails…</strong> (<em>click to expand</em>)</summary>
<!-- TODO: Remove @6.0.0-beta.x -->
@@ -86,11 +82,7 @@ This will start the _watch mode_ which walks you through the exercises in a pred
It will rerun the current exercise automatically every time you change the exercise's file in the `exercises/` directory.
<details>
-<summary>
-
-**If detecting file changes in the `exercises/` directory fails…** (_click to expand_)
-
-</summary>
+<summary><strong>If detecting file changes in the <code>exercises/</code> directory fails…</strong> (<em>click to expand</em>)</summary>
You can add the `--manual-run` flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` or `run` in the watch mode.