visualmd command - modernc.org/visualmd - Go Packages

1 min read Original article ↗

v0.3.8 Latest Latest

Warning

This package is not in the latest version of its module.

Go to latest Published: Nov 4, 2025 License: BSD-3-Clause

Imports: 26

Imported by: 0

Documentation

Overview

Command visualmd is a WYSIWYG Markdown editor.

Installation

$ CGO_ENABLED=0 go install modernc.org/visualmd@latest

The CGO_ENABLED=0 is optional and here it only demonstrates the program can be built without CGo.