Skip to content

Commit

Permalink
fix image in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakkuSakura committed Apr 5, 2024
1 parent 97766e8 commit 1de5db5
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,25 +159,16 @@ fn pretend_this_is_main() -> Result<()> {

And this is the output you'll get if you run this program:

<img src="https://raw.githubusercontent.com/zkat/miette/main/images/single-line-example.png" alt="
Narratable printout:
\
diagnostic error code: oops::my::bad (link)
Error: oops!

\
Begin snippet for bad_file.rs starting
at line 2, column 3
<img src="https://raw.githubusercontent.com/zkat/miette/main/images/single-line-example.png" alt="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
\
snippet line 2: text highlight starting at line 1, column 3: This bit here
snippet line 3: here
\
diagnostic help: try doing it better next time?">
diagnostic help: try doing it better next time?"
/>

### Using

Expand Down

0 comments on commit 1de5db5

Please sign in to comment.