4 releases

0.1.3 Feb 17, 2023
0.1.2 Feb 3, 2023
0.1.1 Jan 24, 2023
0.1.0 Jan 23, 2023

#1308 in Text processing

MIT license

30KB
708 lines

saurus

Markdown → LaTeX transpiler

Usage

$ saurus -i input.md -o out.tex

Currently supports

  • Headings
  • Ordered Lists (with respect for numbers)
  • Unordered Lists
  • Bold
  • Italics
  • Bold & Italics
  • Source Code Blocks
  • Inline Code
  • Block Quotes
  • Nested Unordered Lists

Pending Support

  • Nested Ordered Lists
  • Continuation of Lists when interrupted by blocks

LaTeX packages required

Dependencies

~3–4MB
~69K SLoC