mirror of https://github.com/zkat/miette.git
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:
parent
ea4296dace
commit
b82cc81b8e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue