Skip to content

Commit

Permalink
Update showcase image
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Sep 23, 2022
1 parent 1780f28 commit 758345d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Documentation](https://docs.rs/egui_commonmark/badge.svg)](https://docs.rs/egui_commonmark)
[![CI](https://github.com/lampsitter/egui_commonmark/actions/workflows/rust.yml/badge.svg)](https://github.com/lampsitter/egui_commonmark/actions/workflows/rust.yml)

<img src="https://raw.githubusercontent.com/lampsitter/egui_commonmark/master/assets/example.png" alt="showcase" width=300/>
<img src="https://raw.githubusercontent.com/lampsitter/egui_commonmark/master/assets/example-v2.png" alt="showcase" width=280/>

## Usage

Expand Down
Binary file added assets/example-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ struct App {

impl eframe::App for App {
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
let text = r#"# Commonmark Viewer example
let text = r#"# Commonmark Viewer Example
A *little* ~~paragraph~~ __with__ `multiple` styles.
A *bunch* ~~of~~ __different__ `text` styles.
| __A table!__ |
| -------- |
Expand Down

0 comments on commit 758345d

Please sign in to comment.