RedHatOfficial / rhelai-dev-preview

Red Hat Enterprise Linux AI -- Developer Preview
Apache License 2.0
135 stars 47 forks source link

README.md: Line wrap paragraphs #6

Closed russellb closed 4 months ago

russellb commented 4 months ago

132cc25 README.md: Line wrap paragraphs 34d41c6 README.md: Use special GitHub NOTE rendering 7976c85 README.md: Use fenced code blocks everywhere 63bf3b7 README.md: Add a bunch of links lost in conversion

commit 132cc254f51fd49b3d3b9e51c251c2c0df29e07f Author: Russell Bryant rbryant@redhat.com Date: Sat May 4 21:50:00 2024 -0400

README.md: Line wrap paragraphs

Line wrap paragraphs instead of having them on one long line. This
ends up making it easier to read and review changes in a diff viewer
either locally or on GitHub.

Signed-off-by: Russell Bryant <rbryant@redhat.com>

commit 34d41c64cfbddbe90e1dfbc41e35c779ce80cc50 Author: Russell Bryant rbryant@redhat.com Date: Sat May 4 22:00:03 2024 -0400

README.md: Use special GitHub NOTE rendering

Use GitHub's special rendering for a note for the message about
targeting servers vs laptops.

https://github.com/orgs/community/discussions/16925

Signed-off-by: Russell Bryant <rbryant@redhat.com>

commit 7976c852768b67adc85c16332c287a7aa8d8ad79 Author: Russell Bryant rbryant@redhat.com Date: Sat May 4 22:07:42 2024 -0400

README.md: Use fenced code blocks everywhere

These render a bit nicer than wrapping the one-line command sample
with single backticks. In particular, using a fenced code block gives
copy buttons on each same command, which is a nice touch.

Signed-off-by: Russell Bryant <rbryant@redhat.com>

commit 63bf3b753563e02ab9d29b51eb8cd4770480ceff Author: Russell Bryant rbryant@redhat.com Date: Sat May 4 22:28:27 2024 -0400

README.md: Add a bunch of links lost in conversion

Signed-off-by: Russell Bryant <rbryant@redhat.com>