Skip to content

Elbergg/CoolMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolMD

CoolMD is a Markdown Engine written entirely in C (the tests use c++ though).

It currently implements

  • headers

  • paragraphs

  • blockquotes

  • bold

  • italic

With more coming in the future!

Usage:

#include "coolmd.h"

char* text = "# hello";
char* result = compile_to_html(text);

FAQ:

  • Q: Is it the fastest engine out there?

    A: Probably not

  • Q: Is it 100% commonmark compatible?

    A: Certainly not, however it tries to be with the features it implements

  • Q: Is it COOL?

    A: YES!

Shoutouts:

Thanks to babelmark for being a great tool for this project

Also make sure to check out my editor which uses this engine to renders its markdown, however it is still very early in developement.

About

CoolMD is a markdown compiler written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published