Skip to content

fjolnir/marklit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

marklit

A little tool for writing literate C code using markdown.

Any line starting with \s*/// gets treated as markdown, anything else, as code.

Usage:

# Markdown output (With github language annotation):
$ cat my_file.c | marklit --github-flavor > output.md
# HTML output (Requires python, with Pygments and markdown installed)
$ cat my_file.c | marklit-html > output.md

About

A little tool for writing literate C code using markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors