CodeMirror 2.32.0
See the version list below for details.
dotnet add package CodeMirror --version 2.32.0
NuGet\Install-Package CodeMirror -Version 2.32.0
<PackageReference Include="CodeMirror" Version="2.32.0" />
paket add CodeMirror --version 2.32.0
#r "nuget: CodeMirror, 2.32.0"
// Install CodeMirror as a Cake Addin #addin nuget:?package=CodeMirror&version=2.32.0 // Install CodeMirror as a Cake Tool #tool nuget:?package=CodeMirror&version=2.32.0
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Emergency fix for a bug where an editor with line wrapping on IE will break when there is no scrollbar.