Introduction
Statistics
Contact
Development
Disclaimer
Help
Log - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
git clone git://git.codemadness.org/smu
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2021-05-13 15:43 tests: add another title test Hiltjo Posthuma
2021-05-13 15:04 improve title parsing, must match eithe… Hiltjo Posthuma
2021-05-13 14:58 treat "---\n" as ruler (hr) Hiltjo Posthuma
2021-05-13 14:49 tests: add more test-cases Hiltjo Posthuma
2021-05-13 14:48 improve attribute parsing for links and… Hiltjo Posthuma
2021-05-13 12:41 small code-style and "malloc" -> "reall… Hiltjo Posthuma
2021-05-13 12:39 add reading from file feature back, imp… Hiltjo Posthuma
2021-05-13 12:21 Makefile improvements, remove LIBOBJ wh… Hiltjo Posthuma
2021-05-11 16:00 testdoc: add some tests for titles Hiltjo Posthuma
2021-05-11 15:59 change it so titles don't require the e… Hiltjo Posthuma
2021-05-11 15:44 fix a regression in parsing when a link… Hiltjo Posthuma
2021-05-11 15:43 tests: add 2 link tests Hiltjo Posthuma
2021-05-11 15:33 image: allow title or dimensions and al… Hiltjo Posthuma
2021-05-11 15:33 testdoc: add test for an unclosed quote… Hiltjo Posthuma
2021-05-11 15:30 tests: add some tests Hiltjo Posthuma
2021-05-11 15:30 LICENSE: reorder, maintainer of this fo… Hiltjo Posthuma
2021-05-11 15:30 add -l option to set lazyload hint for … Hiltjo Posthuma
2021-05-11 00:29 some code simplifications Hiltjo Posthuma
2021-05-11 00:28 rewrite man page to the mdoc format Hiltjo Posthuma
2021-05-11 00:23 Makefile: package README and test file … Hiltjo Posthuma
2021-05-11 00:22 rename documentation to README Hiltjo Posthuma
2021-05-11 00:21 fix undefined behaviour, cast for ctype… Hiltjo Posthuma
2021-05-11 00:19 remove parsing "--" Hiltjo Posthuma
2021-05-11 00:19 code-style pass #2, else blocks Hiltjo Posthuma
2021-05-11 00:17 micro-optimization: fputc (function) ->… Hiltjo Posthuma
2021-05-11 00:13 code-style pass #1, also using sizeof(c… Hiltjo Posthuma
2021-05-11 00:01 add pledge support, remove file argumen… Hiltjo Posthuma
2021-05-10 23:57 testdoc: add some tests for image dimen… Hiltjo Posthuma
2021-05-10 23:54 remove LICENSE header in C file, please… Hiltjo Posthuma
2021-05-10 23:54 remove smu.h Hiltjo Posthuma
2021-05-10 23:52 order includes Hiltjo Posthuma
2021-05-10 23:51 simplify malloc Hiltjo Posthuma
2021-05-10 23:48 strip trailing whitespace from links al… Hiltjo Posthuma
2021-05-10 23:47 add support for image dimensions and fi… Hiltjo Posthuma
2021-05-10 23:43 Makefile: simplify, respect system flags Hiltjo Posthuma
2021-05-10 23:42 only escape quotes in attributes, in HT… Hiltjo Posthuma
2021-05-10 23:41 LICENSE: start fork Hiltjo Posthuma
2019-10-03 11:24 Handle empty lines with whitespace in l… Karl Bartel
2019-10-02 20:20 Fix blockquotes Karl Bartel
2019-10-02 11:07 Lists only continue when using same mar… Karl Bartel
2019-10-02 11:06 End list when indent is not reached Karl Bartel
2019-10-02 11:03 Fix paragraphs after ruler Karl Bartel
2019-09-29 16:46 Support literal quotes in titles Karl Bartel
2019-09-29 16:16 Keep HTML comments in output Karl Bartel
2019-09-29 15:36 Ignore single space around code span Karl Bartel
2019-09-29 15:27 Skip empty lines at end of code block Karl Bartel
2019-09-29 15:27 Code blocks need four spaces indentation Karl Bartel
2019-09-29 15:02 Code blocks should contain the ending n… Karl Bartel
2019-09-29 14:57 Allow link target in angular brackets Karl Bartel
2019-09-28 21:27 Handle nested parens in links Karl Bartel
2019-06-21 07:22 prepare v1.5 Enno Boland
2018-03-27 07:45 documentation: fix language Enno Boland
2018-03-27 01:47 Yhis is not a word slump64
2017-08-17 06:11 Merge pull request #6 from nabijaczlewe… Enno Boland
2017-08-16 23:40 Make documentation slightly more English nabijaczleweli
2016-01-20 22:13 fix shortlinks when -n is not given. #4 Enno Boland
2014-11-28 09:12 remove useless .hgtags Enno Boland
2014-11-28 09:10 prepare 1.4 release. Enno Boland
2014-11-28 09:09 rework BUGS section in manpage. Point u… Enno Boland
2014-11-28 09:08 update license. Enno Boland
2014-11-28 09:07 apply whitespace cleaning by Hiltjo Pos… Enno Boland
2014-11-28 09:06 apply img and anchor support written by… Enno Boland
2014-05-14 21:43 Merge pull request #3 from Ypnose/master Enno Boland
2014-05-14 20:32 Remove newline after <p> Ypnose
2014-02-23 20:51 Merge pull request #2 from mstevens/mas… Enno Boland
2013-12-07 18:24 Minor english improvements to docs Michael Stevens
2013-06-23 09:19 Merge pull request #1 from mrdomino/mas… Enno Boland
2013-06-22 19:59 Fix escaping with surrounds Steven Dee
2013-06-22 20:05 Add test case for non-processing in "`" Steven Dee
2008-07-03 06:55 small fixes reported by Johannes. Thx b… Enno Boland (Gott…
2008-07-02 07:43 adding reallocz, adding workaround for … Enno Boland (Gott…
2008-07-02 06:03 removing libsmu.c. I thought it was alr… Enno Boland (Gott…
2008-07-01 20:10 don't remove comments when -n is set. Enno Boland (Gotto�…
2008-07-01 20:01 rewriting dohtml, adding docomment, rew… Enno Boland (Gott…
2008-06-28 19:06 Adding args unlib patch. Enno Boland (Gotto�…
2008-06-18 06:00 turning smu into a library, thanks arg. Enno Boland (Gotto�…
2008-03-16 13:19 Added tag 1.3 for changeset 4faa926444a2 Enno Boland (Gotto�…
2008-03-16 13:19 version 1.3 Enno Boland (Gotto�…
2008-03-16 12:48 typo fix Enno Boland (Gotto�…
2008-01-29 11:59 new ascii logo. gottox@work
2008-01-28 13:13 preventing from unwanted output. gottox@work
2008-01-28 13:10 More documentation; fixed dosurround gottox@work
2008-01-28 12:08 Removing unsigned where values are sign… gottox@work
2008-01-26 11:45 Added workaround for strong and emphati…
[email protected]
2008-01-22 09:50 renamed smutest into testdoc. Added doc… gottox@rootkit
2008-01-14 13:27 Added tag 1.1 for changeset 08f7f8e8aa42
[email protected]
2008-01-14 13:27 version 1.1
[email protected]
2008-01-14 13:27 Remove blank lines
[email protected]
2008-01-14 13:27 Added smutest
[email protected]
2008-01-14 13:19 dogtlt filled
[email protected]
2008-01-14 12:52 <hr /> is now more proper.
[email protected]
2008-01-14 12:43 smu handles big files correctly now.
[email protected]
2008-01-05 21:55 hr works again. It's a little hacky :/
[email protected]
2008-01-04 11:04 Removed comments and unneeded replace r…
[email protected]
2008-01-04 10:52 dd function dogtlt; added Szabolcs' pat…
[email protected]
2008-01-01 19:02 dolineprefix can now work without newbl…
[email protected]
2008-01-01 14:30 Fixed bugs reported by nsz_
[email protected]
2008-01-01 13:56 Added tag 1.0 for changeset 3ad9696d5e22
[email protected]
2008-01-01 13:56 version 1.0
[email protected]
2008-01-01 13:52 renamed project to smu - simple markup
[email protected]
99 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)