diff --git a/3rdparty/dear-imgui/widgets/markdown.h b/3rdparty/dear-imgui/widgets/markdown.h index 05207f7b5..b644ffab0 100644 --- a/3rdparty/dear-imgui/widgets/markdown.h +++ b/3rdparty/dear-imgui/widgets/markdown.h @@ -45,14 +45,14 @@ Headers: Indents: On a new line, at the start of the line, add two spaces per indent. -��Indent level 1 -����Indent level 2 + Indent level 1 + Indent level 2 Unordered lists: On a new line, at the start of the line, add two spaces, an asterisks and a space. For nested lists, add two additional spaces in front of the asterisk per list level increment. -��*�Unordered List level 1 -����*�Unordered List level 2 + * Unordered List level 1 + * Unordered List level 2 Links: [link description](https://...)