We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e3eed commit 0089f3aCopy full SHA for 0089f3a
imgui_markdown.h
@@ -1127,7 +1127,7 @@ namespace ImGui
1127
}
1128
if (start_)
1129
{
1130
- if ( 0 == ( markdownFormatInfo_.config->formatFlags & ImGuiMarkdownFormatFlags_NoNewLineIfHeadingFirstLine ) || !markdownFormatInfo_.firstLine )
+ if ( 0 == ( markdownFormatInfo_.config->formatFlags & ImGuiMarkdownFormatFlags_NoNewLineIfHeadingFirstLine ) )
1131
1132
ImGui::NewLine();
1133
0 commit comments