Skip to content
Noah Arcouette edited this page Jun 8, 2022 · 3 revisions

Welcome to the IMD repo wiki.

Why was IMD made

IMD was made as a improved version of MD.

The idea

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.

Tracking updates and future ideas

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.

Contributing

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.

Clone this wiki locally