micro-htmlit-plugin

A comprehensive plugin for micro that allows you to convert plain text and markdown text into HTML in a simple way. The script recognizes tags, enables adding classes, id, and much more.

language: Lua

release date: 2026-04-03

view on GitHub

about

micro-htmlit-plugin is a comprehensive markdown parser that allows you to easily convert markdown tags into HTML, add new tags, classes, id.

It is characterized by high speed, effectiveness, and flexibility.

features

The plugin allows you to easily create tags yourself, use ready presets, and enables the use of the auto option, which automatically recognizes markdown tags and tries to reproduce their structure in HTML as accurately as possible.

It handles simple tags such as headera, bold text, italics, links, images, as well as code blocks, quotations, and tables very well.

some GIFs

GIF
GIF
GIF
GIF
GIF
GIF
GIF
GIF

compatibility

The code is compatible with every current version of micro. For increased compatibility, I recommend installing the curl package instead of using the built-in one in busybox/coreutils.