#!/system/bin/sh

#Converts markdown(commonmark) to html

dexrun -cp ${QAMAR_LIB}/mdtohtml.apk:${QAMAR_LIB}/commonmark.apk:${QAMAR_APK} Main $@
