enkisoftware / imgui_markdown

Markdown for Dear ImGui
zlib License
1.03k stars 69 forks source link

Minor changes (typos, using ImFont*) #1

Closed ocornut closed 5 years ago

ocornut commented 5 years ago

Hello,

Those are merely suggestions, should be self explanatory.

Another suggestion is I would rename repo and filename to imgui_markdown.h to match imgui_xxxx files and in particular external repos such as imgui_club/ are using imgui_memory_editor.h

ocornut commented 5 years ago

Another suggestion is I would rename repo and filename to imgui_markdown.h to match imgui_xxxx files and in particular external repos such as imgui_club/ are using imgui_memory_editor.h

The function could also just be called ImGui::Markdown() to mimic other imgui functions.

juliettef commented 5 years ago

Thank you, also renamed file and function as you suggested.