Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions imgui_markdown.h
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,11 @@ namespace ImGui
linkHoverStart = s_linkHoverStart;
}

ImGuiStyle& style = ImGui::GetStyle();
Line line;
Line prevLine;
Link link;
Emphasis em;
TextRegion textRegion;
Line line;
Line prevLine;
Link link;
Emphasis em;
TextRegion textRegion;
int concurrentEmptyNewlines = 0;
bool appliedExtraNewline = false;

Expand Down