LightMarkuz

LightMarkuz is a template language that exports to HTML and PDF

How to use

In command line

lightmarkuz inputFile.lmz -o outFile.html -w
  • The output file is behind the argument -o
  • The output file can be a PDF
  • The argument -w is use to watch the input file
  • You can add the -css argument to add a css file

Ruby API

require 'light_markuz'
LightMarkuz.new ["input.lmz", "-o", "outPDF.pdf", "-w"]
# Automatically it is going to generate the file outPDF.pdf

Known issues

  1. The images with a relative url don't charge in PDF