Russ Ross
|
3c6f18afc7
|
Renderer is now an interface
|
2011-06-29 11:13:17 -06:00 |
|
Russ Ross
|
b1a0318250
|
refactoring: inline renderers return bools, preparing rendering struct to become an interface
|
2011-06-28 19:46:35 -06:00 |
|
Russ Ross
|
f0cd9a420e
|
render -> Parser, made parsing functions methods of *Parser
|
2011-06-28 18:58:53 -06:00 |
|
Russ Ross
|
55cde00c8a
|
camel case
|
2011-06-28 16:02:12 -06:00 |
|
Russ Ross
|
fde2c60665
|
version number, few more options for command-line tool
|
2011-06-28 11:30:10 -06:00 |
|
Russ Ross
|
f8f70572a4
|
simplified BSD license
|
2011-06-27 20:11:32 -06:00 |
|
Russ Ross
|
c8f7e789d4
|
more robust whitespace stripping and matching corrections to tests
|
2011-06-27 16:06:16 -06:00 |
|
Russ Ross
|
9a0217f7aa
|
fixed minor bugs uncovered by more testing
|
2011-06-27 14:35:11 -06:00 |
|
Russ Ross
|
f5e3dc8073
|
refactoring: newlines as hard breaks changed from HTML option to global markdown option
|
2011-06-25 15:45:51 -06:00 |
|
Russ Ross
|
be0fb4602b
|
more inline unit tests
|
2011-06-24 16:39:50 -06:00 |
|
Russ Ross
|
f9b03f67fb
|
output validates, command-line tool has useful options
|
2011-06-24 11:50:03 -06:00 |
|
Russ Ross
|
2abc3af015
|
starting inline unit tests, fix a few minor bugs they exposed
|
2011-06-01 12:17:17 -06:00 |
|
Russ Ross
|
921ac7d0be
|
comments, minor cleanups
|
2011-05-31 16:28:07 -06:00 |
|
Russ Ross
|
f3386eb849
|
gofmt
|
2011-05-31 11:49:49 -06:00 |
|
Russ Ross
|
df64ec5d0f
|
allocate new buffers on stack; mild speed improvement
|
2011-05-31 11:11:04 -06:00 |
|
Russ Ross
|
9d23b68fa5
|
export all names from Renderer struct
This enables new back-ends that are not part of the package
Basically a big search-and-replace for this commit
|
2011-05-30 21:44:52 -06:00 |
|
Russ Ross
|
679e1686db
|
performance fix: with autolinking on, it is almost twice as fast now
|
2011-05-30 15:36:31 -06:00 |
|
Russ Ross
|
4a17a5b58f
|
remove dependency on less function
|
2011-05-30 14:42:38 -06:00 |
|
Russ Ross
|
81cefb5e7c
|
split parser into multiple files, clean up naming
|
2011-05-29 17:00:31 -06:00 |
|