Skip to content

fietec/htmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMD

A simple Markdown to HTML converter and viewer. Failed to load picture

Usage

CLI

To use the cli program to convert .md files to .html, compile

make cli

and simply run the executable.

Website

To use the live convertion server, first compile with

make wasm

which creates a wasm module using emscripten.
To start the server, run:

cd site
python3 -m http.server 6969

and open localhost:6969 in your webbrowser.

Known Issues

  • no nested lists

Third-Party Components

  • cwalk by likle, licensed under the MIT License.
  • nob.h by tsoding, licensed under the Unlicense.

See the LICENSE file for details.

About

A simple markdown to html converter written in C

Resources

License

Stars

Watchers

Forks

Languages