From ddbc9ab815b3c469eb8d50fda6cc81c4fd797f59 Mon Sep 17 00:00:00 2001 From: Ahmet Sait Date: Tue, 3 Mar 2026 17:58:32 +0300 Subject: [PATCH] Use markdown links so NuGet renders the readme properly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76233a9..3ae49fc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Scintilla.NET is a Windows Forms control, wrapper, and bindings for the versatil > "As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts." -- [scintilla.org](http://www.scintilla.org) -Scintilla.NET can also be used with WPF using the WindowsFormsHost. +Scintilla.NET can also be used with WPF using the [WindowsFormsHost](https://msdn.microsoft.com/en-us/library/system.windows.forms.integration.windowsformshost(v=vs.110).aspx). For Linux, see the [Scintilla.NET.Gtk](https://github.com/VPKSoft/Scintilla.NET.Gtk). ## Utility assemblies