From f844873c080272a43486de3aa5a69092143ab423 Mon Sep 17 00:00:00 2001 From: Aaron Manning Date: Wed, 19 Jun 2024 06:36:56 +1000 Subject: [PATCH] Fix dead link to mycomarkup in easy_mark sample (#4643) This is a very minor fix, but I noticed the link in the default text was dead, so I found a link to the same project which works. --- crates/egui_demo_lib/src/easy_mark/easy_mark_editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui_demo_lib/src/easy_mark/easy_mark_editor.rs b/crates/egui_demo_lib/src/easy_mark/easy_mark_editor.rs index be2650cb..0285e60f 100644 --- a/crates/egui_demo_lib/src/easy_mark/easy_mark_editor.rs +++ b/crates/egui_demo_lib/src/easy_mark/easy_mark_editor.rs @@ -277,5 +277,5 @@ The style characters are chosen to be similar to what they are representing: - `` and `[url](url)` do the same thing yet look completely different. - let's keep similarity with images - Tables -- Inspiration: +- Inspiration: "#;