libsoldout
Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

23 check-ins using file mkd2man.c version 1e22b7962d

2014-09-24
18:58
renderers: collapse spaces and newlines in code spans (passes 188 / 443) Leaf check-in: 7579785b2d user: nat tags: commonmark
2014-09-23
17:45
mkd2html: also add new option in `getopt_long` call check-in: 2ad3db9cbd user: nat tags: commonmark
2014-09-22
16:36
mkd2html: new command line option for CommonMark rendering check-in: 5f95c39a29 user: nat tags: commonmark
2013-10-25
08:09
Merge pull request #1 from craigbarnes/gitignore

Add .gitignore file check-in: 21119eef93 user: natgh tags: trunk

2013-10-24
05:42
Add .gitignore file check-in: 6b1e51624c user: craigbarnes tags: trunk
2013-07-20
15:32
README.md: new read-me for GitHub check-in: 75cbf469f5 user: nat tags: trunk
2013-01-11
16:43
CHANGES: update for version 1.3 Leaf check-in: 1ce0290747 user: nat tags: release, 1.3, stable
16:05
Merge from trunk for version 1.3 release check-in: 801c4a4608 user: nat tags: stable
2012-12-30
09:53
Makefiles: remove `mkd2latex` binary in `clean` target check-in: dbd1e9f2a7 user: nat tags: trunk
09:31
Remove unused variable in `char_link`. Fixes [a9fad8e441] check-in: b308649386 user: nat tags: trunk
2012-12-12
21:55
mkd2latex: add supported HTML 3.2 entities check-in: ada00b1d63 user: nat tags: trunk, 1.3-rc1
11:06
mkd2latex: use math mode to render angular brackets < and > check-in: 535818adab user: nat tags: trunk
10:56
mkd2latex: fix termination issues with backslash commands check-in: f3b45115c8 user: nat tags: trunk
2012-12-05
13:40
mkd2latex: remove incorrect escaping in verbatim blocks

Special symbols to not need escape in verbatim blocks, since there only the special sequence "\end{verbatim}" is recognized. However there is currently no espcial handling of this sequence, so putting one in the source code triggers a LaTeX-injection vulnerability. check-in: 2d1ea0da9c user: nat tags: trunk

13:26
mkd2latex: style raw HTML as code check-in: b77dc68c3c user: nat tags: trunk
13:04
mkd2latex: correctly escape autolink displayed text check-in: fc7671c813 user: nat tags: trunk
12:51
mkd2latex: support HTML entity to LaTeX conversion

The current conversion table is a minimalistic placeholder for the Markdown test suite. check-in: 056b90968c user: nat tags: trunk

10:59
mkd2latex: warn on stderr when using unsupported header level check-in: 1e04ac00fc user: nat tags: trunk
10:58
mkd2latex: improve prolog and epilog callbacks check-in: 0bb883f0ce user: nat tags: trunk
10:56
mkd2latex: new example binary, embedding a simple LaTeX renderer

Written by fernozzle as part of Google Code-In 2012: http://www.google-melange.com/gci/task/view/google/gci2012/7981207 check-in: b56833da08 user: nat tags: trunk

2012-06-26
14:49
CHANGES: update for version 1.2 check-in: e44ae5bf2d user: nat tags: release, 1.2, stable
14:42
Merge from trunk for version 1.2 release check-in: 5f5fd46112 user: nat tags: stable
2012-05-30
20:49
mkd2html, mkd2man: check output value of write() calls [7999ac672f] check-in: a9940af44e user: nat tags: trunk, 1.2-beta1