Skip to content

Commit 20378fc

Browse files
authored
Merge pull request #2 from yhd4711499/patch-1
fix compile error
2 parents 93c2b08 + 7217b53 commit 20378fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Editor/MarkdownRenderer/Editor/MarkdownRendering/UIMarkdownRenderer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;
5+
using System.Reflection;
56
using Markdig;
67
using Markdig.Renderers;
78
using Markdig.Syntax;
@@ -626,4 +627,4 @@ internal class LinkInfoCopy
626627

627628
#endif
628629
}
629-
}
630+
}

0 commit comments

Comments
 (0)