Antoine Grondin
|
bd3e6c9492
|
Fix typo.
|
2013-09-01 10:59:06 -07:00 |
|
Russ Ross
|
d4bdd8db21
|
update license language to match OSI
|
2013-08-14 07:43:17 -06:00 |
|
Vytautas Šaltenis
|
8395200adf
|
Merge pull request #29 from athom/master
add EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK flag to make it closer to GFM
|
2013-08-10 13:13:13 -07:00 |
|
athom
|
31798e0eab
|
add testcase for GFM autolink
|
2013-08-09 17:24:26 +08:00 |
|
athom
|
16c09b01bd
|
make autolink peforms like GFM
|
2013-08-09 16:28:35 +08:00 |
|
athom
|
8751c35d1a
|
add EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK flag to make it closer to GFM(Github flavor Markdown)
|
2013-07-30 10:32:11 +08:00 |
|
Vytautas Šaltenis
|
264c82ed4b
|
Merge pull request #27 from moshee/master
Footnotes (addresses #14)
|
2013-07-08 23:03:42 -07:00 |
|
moshee
|
3ea84a5811
|
parser no longer returns prematurely from empty footnote ref
|
2013-07-08 22:34:12 +00:00 |
|
moshee
|
4513607d62
|
leftover debug stuff
|
2013-07-08 09:42:29 +00:00 |
|
moshee
|
1a73bae554
|
added slice bounds check
|
2013-07-08 06:54:25 +00:00 |
|
moshee
|
c23099e5ee
|
Implementation and some tests for inline footnotes. Also I noticed the list items had the wrong ids, that was silly of me.
|
2013-07-01 01:37:52 +00:00 |
|
moshee
|
8346559a1a
|
Referenced footnotes appear to be functional. Inline still unimplemented.
|
2013-06-26 16:09:27 +00:00 |
|
moshee
|
7bdb82c53a
|
new tests pass but old tests now fail...
|
2013-06-26 15:57:51 +00:00 |
|
moshee
|
be082a1ef2
|
First attempt at supporting Pandoc-style footnotes. The existing tests have not broken but the new functionality does not work yet.
|
2013-06-25 01:18:47 +00:00 |
|
Vytautas Šaltenis
|
2336fd3109
|
Merge pull request #22 from rtfb/master
Add some protection against script injection
|
2013-05-21 13:19:17 -07:00 |
|
Russ Ross
|
015b0af435
|
Merge pull request #24 from subosito/sample-fixes
Fix table syntax example on README
|
2013-05-20 15:15:38 -07:00 |
|
Alif Rachmawadi
|
227e2c0094
|
fix table syntax example
|
2013-05-05 10:35:09 +07:00 |
|
Vytautas Šaltenis
|
8226238289
|
Improve html element stripping code
|
2013-04-18 03:15:47 +03:00 |
|
Vytautas Šaltenis
|
079a55851d
|
Fix typo
|
2013-04-14 01:44:18 +03:00 |
|
Vytautas Šaltenis
|
375cae5dbe
|
Add HTML_SKIP_SCRIPT to MarkdownCommon
|
2013-04-14 01:43:21 +03:00 |
|
Vytautas Šaltenis
|
85e2207cd0
|
Couple more tests
|
2013-04-14 01:42:47 +03:00 |
|
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 |
|
Vytautas Šaltenis
|
90509d39d4
|
Make a way to parameterize inline tests
Expose extensions and html flags parameters so that tests could specify
what code paths they want to exercise.
|
2013-04-13 22:18:14 +03:00 |
|
Russ Ross
|
3c0965e698
|
Merge pull request #16 from cespare/blockcodegithub_doc_fix
Fix up method documentation formatting for the BlockCodeGithub method.
|
2012-11-22 18:00:19 -08: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 |
|
Russ Ross
|
585af8ba49
|
Merge pull request #15 from moshee/master
HTML5
|
2012-10-22 06:39:47 -07:00 |
|
moshee
|
e69cdde766
|
Add some HTML5
|
2012-10-21 21:28:31 -07: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
|
b3c6494605
|
recognize fraction slash as well as regular slash to make fractions
|
2012-03-11 16:10:42 -06:00 |
|
Russ Ross
|
82ba58501c
|
link directly to blackfriday-tool
|
2012-03-07 22:12:46 -07:00 |
|
Russ Ross
|
c317affdbc
|
readme updates for go 1
|
2012-03-07 22:06:07 -07:00 |
|
Russ Ross
|
a5441fd99f
|
updates for go 1
|
2012-03-07 21:36:31 -07:00 |
|
Russ Ross
|
6bc8c7a22b
|
version bump to v1.1
|
2011-09-26 15:45:49 -06:00 |
|
Russ Ross
|
b97990f1bb
|
permit backslash-escaped vertical bars in tables
|
2011-09-13 16:23:24 -06:00 |
|
Russ Ross
|
583b3c5e1d
|
fixed bug with blank line handling within list items
|
2011-09-09 12:30:45 -06:00 |
|
Russ Ross
|
b8bc812a67
|
table unit tests and fix for a crash uncovered by them
|
2011-07-25 11:39:02 -06:00 |
|
Russ Ross
|
c99557ec28
|
bug in tables when a row has too few columns
|
2011-07-25 10:23:31 -06:00 |
|
Russ Ross
|
fbbd3248e9
|
tag as version 1.0
|
2011-07-19 11:42:24 -06: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
|
256ff94689
|
readme tweak
|
2011-07-06 10:04:30 -06:00 |
|
Russ Ross
|
60cb261acc
|
readme updates
|
2011-07-06 10:01:13 -06:00 |
|
Russ Ross
|
2b87b0e786
|
simplify naming of parsing functions
|
2011-07-05 14:22:21 -06:00 |
|
Russ Ross
|
fb435fe2e3
|
finished removing redundant end-of-buffer checks in block parsing; code cleanup
|
2011-07-04 18:56:29 -06:00 |
|
Russ Ross
|
e35b4b66cc
|
bounds checking stress tests
|
2011-07-03 10:51:07 -06:00 |
|