Skip to content
trickypr edited this page May 11, 2021 · 2 revisions

Minimalist and Extensive Markup Language

Quickstart

Install: npm i fushra/meml

Example File:

// index.meml
(head
    (title "Welcome to MEML!"))
(body
    (p "Wello, world!"))

List of working tags

Clone this wiki locally