nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqa0pwz24tfv43dflhflhr2um0h0yzl0433kemschqpvp6dy9zvtxsnnh0jy (nprofile…h0jy) nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqqw9huvn8gh2svc3r7vlc9qcwy2l8rg0yxfzht4pd5e0z4s9j3jtqpwwxct (nprofile…wxct) I've been considering a revised version of imgui_markdown which can use external parsers such as md4c
https://github.com/enkisoftware/imgui_markdown/pull/41#issuecomment-3724232729
There have been a number of PRs (some not merged) which extend it's functionality: https://github.com/enkisoftware/imgui_markdown/pulls
The base imgui_markdown does no allocations except those in ImGui itself, but a more complex parser would parse into an array of tokens then be able to render that - I presume that's what TracyMarkdown.cpp does?