enkisoftware / imgui_markdown

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

Feedback request: new formatting customisation technique #13

Closed juliettef closed 3 years ago

juliettef commented 3 years ago

Branch: dev_format_callback

We'd like some feedback on our new MarkdownFormatCallback for customizable formatting. The way it works is you override DefaultMarkdownFormatCallback in your code to get features you require such as coloured text. See ExampleMarkdownFormatCallback for an example of how it works.

Introducing this method is the first step towards adding features such as bold or italics, and permits much more customisable formatting.

Thoughts?

juliettef commented 3 years ago

This is the last day to give your feedback. We're planning to switch to the new method tomorrow.

juliettef commented 3 years ago

This has now been merged into dev and master