Vytautas Šaltenis
|
dcaaa9b5dc
|
More <script> stripping
Partially addresses issue #11.
|
2013-04-13 23:24:30 +03:00 |
|
Vytautas Šaltenis
|
fb923cdb78
|
Add an option to strip <script> elements
Partially addresses issue #11.
|
2013-04-13 22:57:16 +03:00 |
|
Vytautas Šaltenis
|
b79e720a36
|
Make isHtmlTag() case insensitive
|
2013-04-13 22:34:37 +03:00 |
|
Vytautas Šaltenis
|
a2fda5e98f
|
Extract repetitive code to a func
|
2013-04-13 22:26:29 +03:00 |
|
Vytautas Šaltenis
|
d5a8df164b
|
Fix bug in isHtmlTag()
Fix what seems to be a typo. j should iterate through all tagname, so it
should be initialized to zero. The test exposes this bug.
|
2013-04-13 22:21:47 +03:00 |
|
Caleb Spare
|
a25d9a543f
|
Fix html tag ordering in doc string.
|
2012-11-22 12:52:56 -08:00 |
|
Caleb Spare
|
d0d854958e
|
Fix up method documentation formatting.
|
2012-11-22 12:12:08 -08:00 |
|
moshee
|
8a86b6d6be
|
HTML5 doctype, Wrap TOC with <nav>
<nav> makes the TOC more easily identifiable and workable with CSS.
|
2012-10-21 21:23:44 -07:00 |
|
Russ Ross
|
a5441fd99f
|
updates for go 1
|
2012-03-07 21:36:31 -07:00 |
|
Russ Ross
|
530123dd9f
|
additional doc comments
|
2011-07-07 12:05:29 -06:00 |
|
Russ Ross
|
bb8ee591d1
|
doc improvements, commenting
|
2011-07-07 11:56:45 -06:00 |
|
Russ Ross
|
bd60e3691b
|
removing more redundant checks, additional cleanup of block parsing
|
2011-07-01 14:13:26 -06:00 |
|
Russ Ross
|
689f6cb79b
|
more consistent spacing of block-level elements
|
2011-07-01 11:19:42 -06:00 |
|
Russ Ross
|
ae9562f685
|
move whitespace stripping to parser, not renderers
|
2011-06-29 15:38:35 -06:00 |
|
Russ Ross
|
d3c8225096
|
corner case spacing issue with table of contents
|
2011-06-29 13:24:15 -06:00 |
|
Russ Ross
|
2aca667078
|
simplify inline callback interface
|
2011-06-29 13:00:54 -06:00 |
|
Russ Ross
|
3c6f18afc7
|
Renderer is now an interface
|
2011-06-29 11:13:17 -06:00 |
|
Russ Ross
|
793fee5451
|
preparing for switch to rendering interface
|
2011-06-29 10:43:10 -06:00 |
|
Russ Ross
|
55697351d0
|
table of contents support beefed up
|
2011-06-29 10:36:56 -06:00 |
|
Russ Ross
|
873a60ad49
|
complete page rendering is now an option in the library
|
2011-06-29 10:08:56 -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
|
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
|
e22e43bf76
|
eliminate a buffering level for paragraphs
|
2011-06-26 17:21:11 -06:00 |
|
Russ Ross
|
ea3d80e2d0
|
clean up main markdown function: split out first and second passes
|
2011-06-26 09:51:36 -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
|
812e8d0185
|
refactoring paragraph rendering
|
2011-06-25 15:18:34 -06:00 |
|
Russ Ross
|
eff64c563f
|
reduce copying for lists
|
2011-06-25 15:02:46 -06:00 |
|
Russ Ross
|
cf97fbd897
|
experiment: render headers directly to output buffer to avoid a copy; minor speed boost
|
2011-06-25 08:20:08 -06:00 |
|
Russ Ross
|
45ab8d0dc4
|
dumb tweak that gives a little speed bump
|
2011-06-24 21:53:46 -06:00 |
|
Russ Ross
|
44db721708
|
rewrite of attrEscape: cleaner and faster
|
2011-06-24 19:11:06 -06:00 |
|
Russ Ross
|
f9b03f67fb
|
output validates, command-line tool has useful options
|
2011-06-24 11:50:03 -06:00 |
|
Russ Ross
|
f3386eb849
|
gofmt
|
2011-05-31 11:49:49 -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
|
ee3fe99203
|
rudimentary latex backend, additional cleanup
|
2011-05-30 11:06:20 -06:00 |
|
Russ Ross
|
81cefb5e7c
|
split parser into multiple files, clean up naming
|
2011-05-29 17:00:31 -06:00 |
|
Russ Ross
|
4e2d6a50a7
|
cleanup in markdown: better naming, misc fixes
|
2011-05-29 11:43:18 -06:00 |
|
Russ Ross
|
965748ad3d
|
refactored into a proper package
|
2011-05-28 21:17:53 -06:00 |
|