lessMarked
LessMarked is an open-source JavaScript library that combines the rendering capabilities of the Marked Markdown parser with the LESS CSS preprocessor. It enables developers to convert Markdown documents into HTML while applying styles defined in LESS files, allowing nested rules, variables, and mixins to influence the presentation of the content.
The library provides an API that accepts a Markdown string and an optional configuration object and returns
LessMarked supports client-side and server-side usage and can be integrated into static site generators or web
Development and maintenance are community-driven, with the project hosted on a public repository that accepts contributions
See also: Marked, LESS, static site generators, CSS preprocessing.