-
Notifications
You must be signed in to change notification settings - Fork 1
Home
IMD was made as a improved version of MD.
IMD was designed without any libraries or run-times. It's configured in JSON and uses a python3 script to turn the JSON into a conf.h C Header file.
IMD is made to be fast, small ( Dynamic shouldn't be bigger then 30K, Static shouldn't be bigger than 900K ), optimized, configurable, and most importantly useful.
IMD should be the only thing you need to use to view and read Markdown files.
The repo has a TODO.md file that shows finish ( x ), unfinished ( ), and partially finished ( / ) idea's / progress.
The version numbers have two pieces; The first half is the version number showing main changes, and the second half show the amount of commit to the repo / minor changes.
If you have an idea on how to improve IMD just make an issue for it.
If you find a bug, even if it's little, please make an issue right away.