Juliette F
Juliette F
We don't need it ourselves but would likely accept a PR if someone did the work
Thanks we'll take a look
Following up on @dougbinks' comment we've [open-sourced imgui_markdown](https://github.com/juliettef/imgui_markdown).
Thanks for submitting this PR. We've done further testing using [markdownlivepreview.com](https://markdownlivepreview.com) and [redditpreview.com](https://redditpreview.com), and realised that neither the current imgui_markdown nor your suggested fix completely match the expected markdown behaviour....
Thank you for pointing out those formatting issues. They will be fixed as part of future changes.
Good point. I think the original implementer's reason for removing the `-` is because it's not permitted in variable names in C#. At this point I'd rather keep them as...
Thanks we'll take a look.
Thanks, will take a look.
I cannot reproduce the issue. This icon displays as expected using, for example, `ImGui::Text( "gas-pump icon: " ICON_FA_GAS_PUMP );`. I'm using FA5 Pro but the gas-pump is also part of...