From 68aec9d611521df846923656b6e1cd05b0d6140f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Wed, 17 Jul 2019 21:47:12 -0700 Subject: [PATCH] Cleanup. --- 3rdparty/dear-imgui/widgets/markdown.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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://...)