Commit Graph

  • 535ad76f61 Fix checking of backslash in link text (#510) (#511) autopp 2019-01-21 03:36:43 +0900
  • 55e5149f61 Update README.md (#508) Martin Treml 2019-01-20 19:15:17 +0100
  • 0a297615e6 block.go: set fenceLength (#505) Robert Lowry 2019-01-20 12:09:27 -0600
  • 7cd217fc0c Add extra tests and fix #485 Ignas Anikevicius 2019-01-18 16:39:25 +0200
  • 663a3d621d Attempt to fix fenced code in lists issue Ignas Anikevicius 2019-01-18 15:11:18 +0200
  • 335fc2a981
    readme: use fenced code blocks Iskander (Alex) Sharipov 2019-01-08 22:39:11 +0300
  • 5881ef1f96 ignore years in ordered list lalyos 2019-01-08 13:16:17 +0100
  • cd1e71b847 Fix checking of backslash in link text (#510) autopp 2018-12-24 00:02:17 +0900
  • 9f3f180df9 Fix checking of backslash in link text (#510) autopp 2018-12-23 23:40:55 +0900
  • 8cc535d4e8 Document SanitizedAnchorName algorithm, copy implementation. Dmitri Shuralyov 2018-12-22 19:40:00 -0500
  • 3896b64504
    Update README.md Martin Treml 2018-12-03 15:19:06 +0100
  • 10f5161061 block.go: set fenceLength Robert Lowry 2018-11-20 00:25:43 -0600
  • 8bfdaf1a43 Run go mod tidy (#502) Sam Whited 2018-11-15 14:42:12 -0600
  • abafa45cd8 Bump Go versions (#499) Harald Nordgren 2018-11-15 21:38:43 +0100
  • 26d9abf0c7 Run go mod tidy Sam Whited 2018-11-07 16:05:49 -0600
  • d5f47b6f6a Updated test so that it checks for the new style of alignment using CSS instead of the deprecated 'align' attribute James 2018-10-29 16:33:49 -0500
  • 1025c0e7bd Fixed deprecated (see: https://www.w3.org/TR/html4/present/graphics.html#h-15.1.2) align property on tables. Now uses inline CSS. James 2018-10-29 15:59:30 -0500
  • 9aa4d3fce9
    Merge pull request #2 from russross/v2 James Lind 2018-10-23 16:07:52 -0400
  • e13e3d3c6b Merge branch 'master' of https://github.com/russross/blackfriday Bibainet 2018-10-23 20:24:46 +0300
  • 98327b68e7 Headings with direct link to the document fragment (with HTML_HEADER_LINKS): replace '$para;' with '#': `<h2 id="hdrid">Header <a class="heading" href="#hdrid">#</a></h2>`. Bibainet 2018-10-23 20:24:04 +0300
  • aa688e2f12 Bump Go versions Harald Nordgren 2018-10-21 14:58:43 +0200
  • 4619bfa5d9
    Update README.md Anatoly Milkov 2018-10-17 15:57:34 -0700
  • 1bdf44756d Updated README to tell about this Duzys fork Duzy Chan 2018-10-05 09:12:43 +0800
  • 6f4da92daa Merge branch 'v2' into empty-link-support Duzy Chan 2018-10-05 09:02:25 +0800
  • c7f592b451 Rename BlockHtml and RawHtmlTag to fit golint standards #489 Marcus Willock 2018-10-03 17:48:36 -0400
  • 76a5eca2a1 changed go module name, stripped off v2 Duzy Chan 2018-10-03 03:36:17 +0800
  • 5c27376e81
    Merge 72a7244c90 into d3b5b032dc Sam Whited 2018-09-26 16:54:14 +0000
  • 72a7244c90 Let parser always return links Sam Whited 2018-09-23 16:26:41 -0500
  • 0ca38c1d53 Revert "Add PostRefOverride functionality" Sam Whited 2018-09-23 12:44:45 -0500
  • 2354cb85b5 Add PostRefOverride functionality Sam Whited 2018-09-17 14:54:55 -0500
  • 4e8c643f8f Add more info to LinkData Sam Whited 2018-09-26 11:48:23 -0500
  • d3b5b032dc v2: Add go.mod (#487) v2.0.1 Bjørn Erik Pedersen 2018-09-20 19:16:15 +0200
  • 05f3235734 Add go.mod (#488) v1.5.2 Bjørn Erik Pedersen 2018-09-17 20:59:06 +0200
  • d6e9f43e41
    Add go.mod Bjørn Erik Pedersen 2018-09-14 14:25:02 +0200
  • 53cdfa4d94
    v2: Add go.mod Bjørn Erik Pedersen 2018-09-14 14:19:55 +0200
  • 646308596a Run tests in parallel (#480) Cameron Moore 2018-09-07 16:47:14 -0500
  • 75a3bab973 Add source URL for html entities. Faruq Rasid 2018-09-07 08:55:38 +0800
  • 6762cd3685 Only allow valid HTML entities to be unescaped. Do not escape HTML entities in code blocks. Faruq Rasid 2018-09-06 17:05:43 +0800
  • 2ab1ea34bd Print diffs for reference tests (#481) Cameron Moore 2018-09-04 16:36:14 -0500
  • c53412bf60 No Smartypants flags during CommonMark testing Cameron Moore 2018-09-04 10:49:37 -0500
  • 9aaf5e3dd6 print extra attributes for image tag Artem Pavlov 2018-09-03 23:21:28 +0300
  • 2dd91c7add prevent from adding same attribute values Artem Pavlov 2018-09-02 16:54:25 +0300
  • a3c461d46c added complete ast modification test Artem Pavlov 2018-09-02 16:44:16 +0300
  • 648e128ec3 make attr type private; improved tests Artem Pavlov 2018-09-02 16:24:33 +0300
  • c84448d85e added ability to manipulate html-attributes on ast node Artem Pavlov 2018-09-02 15:26:37 +0300
  • 734ccb47cd Merge branch 'master' of https://github.com/russross/blackfriday Bibainet 2018-09-01 17:32:18 +0300
  • 9cdc0af6bb Refactor CommonMark tests to be Go tests Cameron Moore 2018-08-31 16:10:45 -0500
  • 322562a510 Print diffs for reference tests Cameron Moore 2018-08-31 11:16:34 -0500
  • 33e3b17640 Run tests in parallel Cameron Moore 2018-08-31 10:45:45 -0500
  • eebcfd6bbf Run tests against go 1.11 and drop 1.9 (#479) Michael 2018-08-29 18:05:58 +0000
  • f1f45ab762 Fix block parsing for fenced code blocks in lists (#476) Tim Fogarty 2018-08-29 11:04:01 -0700
  • 0f99e19fcb Run tests against go 1.11 and drop 1.9 Michael 2018-08-27 21:02:03 +0000
  • d85484cdc4
    Fix comment about inline footnotes (#473) Vytautas Šaltenis 2018-08-25 00:13:41 +0300
  • 5a12bbca53
    Drop race detector from Travis builds (#474) Vytautas Šaltenis 2018-08-19 14:08:23 +0300
  • 2e7b2d7485
    Merge 3259c6dc4b into 0e0e3095cb Vytautas Šaltenis 2018-08-18 21:03:19 +0000
  • 3259c6dc4b A better fix for counting columns v2-issue423-crlf Vytautas Šaltenis 2018-08-19 00:03:03 +0300
  • 289c7041c7 Fix out of bounds panic Vytautas Šaltenis 2018-08-18 23:28:49 +0300
  • e4604addb7 Drop race detector from Travis builds Vytautas Šaltenis 2018-08-18 23:17:57 +0300
  • f166f02273 Fix comment about inline footnotes Vytautas Šaltenis 2018-08-18 23:01:54 +0300
  • abb2c4cc00 Fix Windows EOLs in tables Vytautas Šaltenis 2018-08-18 22:57:50 +0300
  • 63fc0561e7 Bump test timeout now that reference tests run twice Vytautas Šaltenis 2018-08-12 12:00:37 +0300
  • edb8b769eb Fix Windows-style newlines, harder Vytautas Šaltenis 2018-08-11 22:32:43 +0300
  • 0ac8c593a9 Fix Windows-style newlines Vytautas Šaltenis 2018-01-18 21:56:57 +0200
  • 0e0e3095cb
    Fix travis builds on v2: gofmt harder (#470) Vytautas Šaltenis 2018-08-04 15:05:01 +0300
  • 7468db5270 gofmt harder v2-fix-travis Vytautas Šaltenis 2018-08-04 14:53:24 +0300
  • 7191425f85
    Merge efa204f0e3 into e97f103314 Rebecca Turner 2018-08-04 11:45:29 +0000
  • e97f103314
    Use the same .travis.yml on master and v2 (#462) Vytautas Šaltenis 2018-08-04 14:45:05 +0300
  • 21fad58995 gofmt v2-cleanup-ci Vytautas Šaltenis 2018-08-04 14:12:20 +0300
  • 46c73eb196
    Add a link to bfchroma, glue library with Chroma (#400) Vytautas Šaltenis 2018-08-04 13:11:49 +0300
  • 34d6fae961
    Don't run tests against ancient versions on Travis (#438) Vytautas Šaltenis 2018-08-04 13:08:49 +0300
  • c5c549b063
    Fix html renderer escaping valid entities Faruq Rasid 2018-07-26 11:48:47 +0800
  • da5686f09e
    Blackfriday-LaTeX repo moved to github Anatoly Milkov 2018-06-21 00:00:09 -0700
  • 4f4b33ba91 Use the same .travis.yml on master and v2 Vytautas Šaltenis 2018-06-17 14:36:35 +0300
  • 828bdfcf84 Add Go tip back in less-go-versions Vytautas Šaltenis 2018-06-17 14:33:16 +0300
  • 86977272d3 Fix block parsing for fenced code blocks in lists Tim Fogarty 2018-06-11 18:56:14 +0100
  • 670777b536 add NoopenerLinks (#437) Liming Jin 2018-05-26 15:57:26 +0800
  • d68ad860fb WIP for russross/blackfriday#239 nickg 2018-05-25 14:13:37 -0700
  • 0a914e4933 WIP for russross/blackfriday#239 nickg 2018-05-25 14:12:03 -0700
  • bbbc4288ca WIP for russross/blackfriday#239 nickg 2018-05-25 14:09:15 -0700
  • 90d4d80f1c
    Merge 6e6966810e into f04854434e Sam Whited 2018-05-25 18:06:55 +0000
  • 6e6966810e Add rel="noopener" option Sam Whited 2018-05-25 12:59:35 -0500
  • f04854434e Add heading offset option to HTML renderer (#421) Emil Melnikov 2018-05-24 21:52:48 +0300
  • 1bb1d0171c Fixed HTML entity regex (#453) Rebecca Turner 2018-05-24 14:32:58 -0400
  • 8c0d4cca94 Fix for issue russross/blackfriday#239 (#372) Nick Galbreath 2018-05-24 11:29:34 -0700
  • 8f843eec88
    Merge pull request #1 from tfogo/v2 Nick Galbreath 2018-05-23 21:11:06 -0700
  • 3690ce1459 Merge branch 'master' of https://github.com/russross/blackfriday Bibainet 2018-05-23 19:18:05 +0300
  • 15492c19e4 Add tests for #372 and gate code with FencedCode Tim Fogarty 2018-05-22 23:53:08 -0700
  • efa204f0e3 Clarified Markdown dialect is CommonMark in README Rebecca Turner 2018-04-30 15:45:48 -0400
  • 6f4239f557 Fixed HTML entity regex Rebecca Turner 2018-04-30 15:32:52 -0400
  • 3420fef033 Add full info string in fenced code blocks (#449) Nathan Glenn 2018-04-28 12:25:38 +0200
  • 11635eb403 Accept info strings in code fences (#448) Nathan Glenn 2018-04-28 12:25:19 +0200
  • cf2fe4f95c
    Merge 71fb3458a0 into 6aeb241ce2 Feng Ruohang 2018-04-27 22:32:39 +0000
  • 6aeb241ce2 Add a reference for confluence wiki renderer in the README.md. (#446) Kentaro Matsushita 2018-04-27 03:51:23 +0900
  • 16ac584625 docs(README.md): fix typo (#451) Yoshiya Hinosawa 2018-04-27 03:50:03 +0900
  • 271ecea152
    docs(README.md): fix typo Yoshiya Hinosawa 2018-04-25 22:27:50 +0900
  • 630d21280b run go fmt Nathan Glenn 2018-04-23 09:52:36 +0200
  • cf192af73d run go fmt Nathan Glenn 2018-04-23 09:52:04 +0200
  • 45e1c7ebd2 Add full info string in fenced code blocks Nathan Glenn 2018-04-21 15:43:32 +0200
  • 726e6d77e2 Don't output whole info string as code classes Nathan Glenn 2018-04-21 16:01:24 +0200
  • 04fca4d0ef Accept info strings in code fences Nathan Glenn 2018-04-21 14:26:15 +0200