libsoldout
Timeline
Not logged in

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

27 check-ins using file mkd2html.c version fd100c723c

2015-04-26
21:08
Another round of typo fixes, thanks to @frgm check-in: ec8f4d3c8c user: nat tags: trunk
2015-04-19
16:35
Merge pull request #5 from frgm/trunk

fix trailing whitespace check-in: 5d4e1bc1e0 user: natgh tags: trunk

15:05
fix trailing whitespace check-in: 367618e8d3 user: frgm tags: trunk
2015-04-17
17:38
Merge pull request #4 from frgm/trunk

typos check-in: 2d9f1e2a40 user: natgh tags: trunk

14:17
typos check-in: ba14b75c85 user: frgm tags: trunk
2015-04-12
07:22
mkd2man: add missing include

Thanks to @frgm on github for reporting it. I still don't understand why it wasn't caught in my FreeBSD hosts. check-in: 214f69dc62 user: nat tags: trunk

2015-01-12
17:38
mkd2man: improvements provided by Baptiste Daroussin check-in: 6a16746fbc user: nat tags: trunk
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