index
:
convert-markdown.git
master
Simple Markdown converter using lowdown_file
Cody Logan <cody@lokken.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-11-29
Update Makefile
Cody Logan
2023-11-29
Add sys/queue.h guard in header
Cody Logan
2023-11-29
Fix CFLAGS usage in Makefile
Cody Logan
2023-11-29
Add parameter names to prototype
Cody Logan
2023-11-29
Consistent code style
Cody Logan
2023-11-29
Refine test runner to account for multiline output
Cody Logan
2023-11-29
Rewind temp input stream before using it
Cody Logan
2023-11-29
Revert "Use data files to test input and output"
Cody Logan
This reverts commit aeed943e126bbc670250408a0f0db6df4445573c.
2023-11-29
Use data files to test input and output
Cody Logan
2023-11-29
Update Makefile
Cody Logan
2023-11-29
Add copyright notices to new files
Cody Logan
2023-11-28
Initial attempts at testing
Cody Logan
2023-11-28
Explicit return value
Cody Logan
2023-11-27
Remove GNU-specific make variable
Cody Logan
2023-11-27
Use pkg-config if possible
Cody Logan
2023-11-27
Add oconfigure
Cody Logan
2023-11-27
Add copyright and license notice
Cody Logan
2023-11-27
Update README
Cody Logan
2023-11-27
Add README
Cody Logan
2023-11-27
Add libbsd and libmd to Makefile for compiling on Linux
Cody Logan
2023-11-27
Initial commit
Cody Logan