Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 716 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 716 Bytes

typeup-janet

This is an implementation of the typeup markup language in Janet

Installation

Packaging status

  1. Install Janet (see also the official guide)
  2. Install typeup: sudo jpm install 'https://git.sr.ht/~skuzzymiglet/typeup-janet'

Usage

# typeup <output format>
typeup html # reads standard input, writes to standard output
typeup md # GitHub flavored markdown
typeup ast # Internal AST
typeup meta.title # Metadata key "title"
typeup html < document.tup > output.html