Commit graph

38 commits

Author SHA1 Message Date
gottox@rootkit.lan
ec12d3a3b2 Removing (hopefully) unneeded "b[i+1] = '\0'" 2007-12-15 01:12:20 +01:00
gottox@rootkit.lan
8d469f51de now dolist works in non block context 2007-12-15 00:51:51 +01:00
gottox@rootkit.lan
856c68dc8d main returns now EXIT_SUCCESS 2007-12-14 20:13:58 +01:00
gottox@rootkit.lan
05a39aecef <pre><code> instead of </pre> 2007-12-14 17:40:20 +01:00
gottox@rootkit.lan
49343dc73c do...-functions return now a value < 0 if the are block or > 0 of they are inline 2007-12-14 17:31:40 +01:00
gottox@rootkit.lan
f86e34f88c moving functions 2007-12-14 12:48:19 +01:00
gottox@rootkit.lan
4696810e4b -Wall does not produce warnings anymore. 2007-12-14 12:41:23 +01:00
gottox@rootkit.lan
7df5fd714d version 0.6 2007-12-14 08:33:27 +01:00
gottox@rootkit.lan
604eff6c9e Support for Backslashing. Correcting lineprefixes. dolist supports \t; correction in doparagraph; correction in dosurround 2007-12-14 08:10:03 +01:00
gottox@rootkit.lan
e1fc11840a changed whole newline handling 2007-12-13 21:23:45 +01:00
gottox@rootkit.lan
b93304ffba two sequently paragraphs are now recognized properly 2007-12-13 14:12:58 +01:00
gottox@rootkit.lan
bce9fd9eba newline stripping works again 2007-12-13 13:44:42 +01:00
gottox@rootkit.lan
fea415180a Further small fixes 2007-12-13 13:42:03 +01:00
gottox@rootkit.lan
4fce2bfe47 Fixed dolist bug reported by Szabolcs
New handling of newlines.
2007-12-13 13:04:11 +01:00
gottox@rootkit.lan
bafc4edb78 Small bugfix 2007-12-12 06:37:49 +01:00
gottox@rootkit.lan
274250c8dd version 0.5 2007-12-12 05:45:51 +01:00
gottox@rootkit.lan
1f030b1126 more (semi-)proper HTML-escaping 2007-12-12 05:42:38 +01:00
gottox@rootkit.lan
a6a434a400 improved memory managment 2007-12-12 03:54:29 +01:00
gottox@rootkit.lan
9efd0bcca9 Add missing \0 2007-12-12 01:23:52 +01:00
gottox@rootkit.lan
6a9b913b6c even more stupid bug -.- 2007-12-12 01:07:39 +01:00
gottox@rootkit.lan
1f01809f7c Fixed small bug in dolist 2007-12-12 01:02:44 +01:00
gottox@rootkit.lan
9d96561010 dounderline works with paragraph 2007-12-11 23:29:14 +01:00
gottox@rootkit.lan
be4843b90d There is no h7 -.- 2007-12-11 23:18:08 +01:00
gottox@rootkit.lan
7f666f693c (semi-)proper HTML-escaping; some cleanups 2007-12-11 23:17:37 +01:00
gottox@rootkit.lan
e227c9c980 dolist and doparagraph are working better now 2007-12-11 22:34:18 +01:00
gottox@rootkit.lan
53443f1d56 dolineprefix works now with doparagraph 2007-12-11 20:14:41 +01:00
gottox@rootkit.lan
857be7fb4d Added doparagraph parser.
Removed ERRMALLOC constant.
changed "<hr />" from "---" to "- - -"
linebreak is now markdown compatible
2007-12-11 18:38:57 +01:00
gottox@rootkit.lan
9a9b9e3460 replaced desclen and linklen by descend and linkend
images are now stackable into links.
2007-12-11 11:55:47 +01:00
gottox@rootkit.lan
50a28fa573 fixing bug in dolist
adding insert to doreplace
2007-12-10 19:33:14 +01:00
gottox@rootkit.lan
a22d09e23c some reformating
fixing shortlink
2007-12-10 18:21:14 +01:00
gottox@rootkit.lan
f4f811fba7 Adding list support 2007-12-10 16:08:10 +01:00
gottox@rootkit.lan
a8b7fd1ea2 Adding dolist which I forgot in last commit 2007-12-10 13:46:36 +01:00
gottox@rootkit.lan
597bf0e64e rearrange functions
Added alternative notation of headings
2007-12-10 13:44:59 +01:00
gottox@rootkit.lan
c40dc50ec0 Adding Makefile, changing to MIT/X License 2007-12-10 12:43:27 +01:00
gottox@rootkit.lan
b65bc6d92b fixing stupid mistake
adding shortlink support
2007-12-10 12:13:24 +01:00
gottox@rootkit.lan
cd0b68c0b8 Add nohtml switch 2007-12-10 11:33:18 +01:00
gottox@rootkit.lan
ef4e3f0f54 renaming errstr to format
adding hprint
2007-12-10 11:23:11 +01:00
gottox@rootkit.lan
689de59fd2 moving markdown.c to cmarkdown.c
adding header
a bunch of other stuff.

--HG--
rename : markdown.c => cmarkdown.c
2007-12-10 04:08:02 +01:00
Renamed from markdown.c (Browse further)