fix(docs): `alt` attribut for `single-line-example.png` (#372)

* fix(docs): `alt` attribut for `single-line-example.png`

The white line breaks in the `alt` attribute prevented the `single-line-example.png` image from being displayed.

* Revert "fix(docs): `alt` attribut for `single-line-example.png`"

This reverts commit 2e97d568aa.

* fix: image link in `lib.rs` instead of `readme.md`

* feat(docs): cargo make readme
This commit is contained in:
Sébastien Mischler 2024-05-02 00:20:01 +02:00 committed by GitHub
parent ea4296dace
commit b82cc81b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -163,13 +163,11 @@ Narratable printout:
\ \
diagnostic error code: oops::my::bad (link) diagnostic error code: oops::my::bad (link)
Error: oops! Error: oops!
\ \
Begin snippet for bad_file.rs starting Begin snippet for bad_file.rs starting
at line 2, column 3 at line 2, column 3
\ \
snippet line 1: source snippet line 1: source
\ \
snippet line 2: text snippet line 2: text
highlight starting at line 1, column 3: This bit here highlight starting at line 1, column 3: This bit here

View File

@ -162,13 +162,11 @@
//! \ //! \
//! diagnostic error code: oops::my::bad (link) //! diagnostic error code: oops::my::bad (link)
//! Error: oops! //! Error: oops!
//!
//! \ //! \
//! Begin snippet for bad_file.rs starting //! Begin snippet for bad_file.rs starting
//! at line 2, column 3 //! at line 2, column 3
//! \ //! \
//! snippet line 1: source //! snippet line 1: source
//!
//! \ //! \
//! snippet line 2: text //! snippet line 2: text
//! highlight starting at line 1, column 3: This bit here //! highlight starting at line 1, column 3: This bit here