lampsitter / egui_commonmark

Markdown viewer for egui
Apache License 2.0
82 stars 19 forks source link

Remove explicit Id #63

Closed lampsitter closed 4 weeks ago

lampsitter commented 4 weeks ago

Closes #55

Over time the need for the id has been reduced and it should be possible to remove it for the normal use case now. While the Id was not too much of an issue for the CommonMark::show function it was a major PITA for the macro's usability.