Skip to content

Commit ae66639

Browse files
committed
Fix image size and mismatch parens
1 parent 1cfb74f commit ae66639

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

blog/_src/posts/2024-10-31-racket-v8-15.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@ We are pleased to announce Racket v8.15 is now available from [https://download.
1414

1515
- Documentation search results are ordered, with visual cues
1616
indicating what their source is (core, main-distribution, etc.).
17-
These results are also grouped by language family (Racket, Rhombus,
18-
etc.). (e.g. [search `second`](https://docs.racket-lang.org/search/index.html?q=second))
19-
.)
17+
These results are also grouped by language family (Racket, Rhombus, etc.).
18+
Search e.g. [`second`](https://docs.racket-lang.org/search/index.html?q=second) to see an example.
2019

2120
- DrRacket offers to restore previously open files when starting,
2221
which can be made the default.
2322

24-
![DrRacket restore open files dialog](/img/8-15-restore.jpg)
23+
<img src="/img/8-15-restore.jpg" alt="DrRacket restore open files dialog" width="600" />
2524

2625
- In DrRacket, Images in editing panels can be saved by right-clicking, including those generated by the functional picture libraries [`pict`](https://docs.racket-lang.org/pict/index.html) and [`2htdp/image`](https://docs.racket-lang.org/teachpack/2htdpimage.html).
2726

28-
![DrRacket save image in context menu](/img/8-15-save2htdpImage.jpg)
27+
<img src="/img/8-15-save2htdpImage.jpg" alt="DrRacket save image in context menu" width="600" />
2928

3029
- `raco pkg` introduces the `uninstall` command as the opposite of `install`. The `remove` name for this functionality is retained for compatibility. (See [Package Management in Racket - 3.3 `raco pkg uninstall`](https://docs.racket-lang.org/pkg/cmdline.html#%28part._raco-pkg-uninstall%29).)
3130

0 commit comments

Comments
 (0)