Skip to content

Commit

Permalink
fix(docs): alt attribut for single-line-example.png (#372)
Browse files Browse the repository at this point in the history
* 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 2e97d56.

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

* feat(docs): cargo make readme
  • Loading branch information
skarab42 committed May 1, 2024
1 parent ea4296d commit b82cc81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,11 @@ Narratable printout:
\
diagnostic error code: oops::my::bad (link)
Error: oops!

\
Begin snippet for bad_file.rs starting
at line 2, column 3
\
snippet line 1: source

\
snippet line 2: text
highlight starting at line 1, column 3: This bit here
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,11 @@
//! \
//! diagnostic error code: oops::my::bad (link)
//! Error: oops!
//!
//! \
//! Begin snippet for bad_file.rs starting
//! at line 2, column 3
//! \
//! snippet line 1: source
//!
//! \
//! snippet line 2: text
//! highlight starting at line 1, column 3: This bit here
Expand Down

0 comments on commit b82cc81

Please sign in to comment.