|
2728b9eb
|
2020-04-20T19:37:18
|
|
Move md2html utility to a standalone dir.
|
|
7f2d880f
|
2019-08-09T09:50:24
|
|
Refactor dir structure.
We place all the sources in the single directory in order to not having
many dirs with too few sources.
|
|
ae5ca894
|
2019-07-12T08:44:53
|
|
md2html/CMakeLists.txt: Use INSTALL(TARGETS) instead of INSTALL(PROGRAMS).
Fixes #88.
|
|
f0de1990
|
2019-06-24T21:56:50
|
|
Add man page for md2html program (#85)
Fixes #56
|
|
5f33d933
|
2019-02-07T15:54:25
|
|
Build md4c as a shared library. (#49)
Build md4c as a shared library.
- Define the current version in the main CMakeLists.txt, so it can be used
within the project.
- Define VERSION, SOVERSION and PUBLIC_HEADER as target properties.
- Be able to install both libmd4c and md2html.
- Create a pkg-config file.
Fixes #48
|
|
c850843c
|
2016-12-16T09:47:06
|
|
md2html: Isolate HTML renderer into render_html.c (issue #8).
|
|
87b41e1a
|
2016-10-07T20:39:42
|
|
Implement entities.
|
|
efed58af
|
2016-10-03T20:17:15
|
|
Initial commit.
|