#!/bin/bash
#
# sudo apt install wkhtmltopdf pandoc

LCDIMG="../../bin/gen_lcd_screen.sh ../../images"

${LCDIMG} "   MicroDexed" "  Build Manual" images/00_MD_Build_Manual.jpg

pandoc MicroDexed-Build_Manual.md \
--number-sections \
-fmarkdown-implicit_figures \
MicroDexed-Build_Manual.pdf