Commit graph

  • 785b85a76a Fixes #115 v1.1.26 yuin 2020-03-25 15:39:51 +0900
  • 42557d7d29 Attribute unnecessary reread fix zzwx 2020-03-13 15:50:16 -0400
  • ff84cd3a51
    Add caution with Go 1.14 Yusuke Inuzuka 2020-03-13 02:07:59 +0900
  • 2bfdf48a98 Fix invalid handling of settext in lists yuin 2020-03-10 16:31:28 +0900
  • fea52e86ab
    Merge pull request #112 from cipherboy/checkbox-space v1.1.25 Yusuke Inuzuka 2020-03-08 17:56:39 +0900
  • 5ab7c64e28 Fixes #111 yuin 2020-03-08 17:55:02 +0900
  • 5c877c8afe
    Insert space after task-list checkboxes Alexander Scheel 2020-03-07 21:14:45 -0500
  • 120b8c7c14 renderer: Helpful panic for unknown NodeKind Abhinav Gupta 2020-03-05 22:41:48 -0800
  • a2b8e64617 renderer: Don't panic for unknown NodeKind Abhinav Gupta 2020-03-05 22:41:48 -0800
  • ca5561990e NodeKind/String: Don't panic on unknown Abhinav Gupta 2020-03-05 22:47:15 -0800
  • 21437947a3 Fixes #104 : Invalid precending character breaks emphasis v1.1.24 yuin 2020-03-01 18:41:50 +0900
  • a727b5adb2 Fixes #103 v1.1.23 yuin 2020-02-18 21:18:57 +0900
  • 4a200405d7
    Merge pull request #102 from jsteuer/master Yusuke Inuzuka 2020-02-17 11:34:05 +0900
  • 3a828e641d move test to its correct place... jsteuer 2020-02-16 18:07:23 +0100
  • 2a86c1ea31 allow inline links with empty link text. see #101 jsteuer 2020-02-16 17:56:09 +0100
  • 70a5404a11
    Merge pull request #99 from pzl/typos Yusuke Inuzuka 2020-02-15 14:06:21 +0900
  • 8bdab9449a
    documentation typo fixes pzl 2020-02-14 22:03:49 -0500
  • 0b49730177
    Merge pull request #98 from jschaf/goldmark-97 Yusuke Inuzuka 2020-02-09 18:51:13 +0900
  • 3c340e9970 Fix ast.Walk to respect WalkStop Joe Schafer 2020-02-07 01:42:40 -0800
  • 39db45a099 Fixes #94 v1.1.22 yuin 2020-01-27 14:56:49 +0900
  • 123a54b28e making changes so tests pass Shane Liesegang 2020-01-16 08:06:46 -0500
  • b72024d2b0 Use user input as part of footnote identifier Tommi Virtanen 2020-01-15 18:47:28 -0700
  • 70ad9d5b30 FootnoteBackLink.Ref Tommi Virtanen 2020-01-15 18:46:27 -0700
  • fbd164be52 FootnoteLink.Ref Tommi Virtanen 2020-01-15 18:45:18 -0700
  • e9ec90f319 make sure labels have the right anchors Shane Liesegang 2020-01-13 12:07:38 -0500
  • 04acf85d56 Adding ability to use labeled footnotes. Shane Liesegang 2020-01-13 10:57:17 -0500
  • 561c08d455
    README.md: minor consistency changes & typo fixes XhmikosR 2020-01-11 11:11:20 +0200
  • faaafa55b6
    Merge pull request #88 from tangiel/apostrophe v1.1.21 v.1.1.21 Yusuke Inuzuka 2020-01-11 17:52:47 +0900
  • 45fa0e2645 typographer: add basic support for apostrophes Daniel Tang 2020-01-09 15:33:37 -0800
  • 5294fa5c4f
    Merge pull request #87 from qiuzhiqian/master Yusuke Inuzuka 2020-01-10 00:13:16 +0900
  • 4fc27178e4 fix bug: if do c.SetNextSibling(nil) and c = c.NextSibling(). After remove the first child the var c is always nil.the next child will not be set nil xml 2020-01-09 17:33:21 +0800
  • 3e38e966f6
    Update ISSUE_TEMPLATE.md Yusuke Inuzuka 2020-01-06 19:18:03 +0900
  • 97405beafd
    Merge pull request #85 from hivehand/text-tweaks Yusuke Inuzuka 2020-01-04 19:08:27 +0900
  • 4fedb553e3 Tweak README.md punctuation, grammar, and phrasing Dan Martinez 2020-01-03 17:50:00 -0800
  • 4f96330d3f
    Merge pull request #84 from Kissaki/patch-1 v1.1.20 Yusuke Inuzuka 2020-01-02 01:55:28 +0900
  • 533a448c5f Update README.md yuin 2020-01-02 01:54:01 +0900
  • 94947895e7 Update README.md yuin 2020-01-02 01:51:36 +0900
  • 83e7dcebc7 Update README.md yuin 2020-01-02 01:50:19 +0900
  • 4b54582dee Fixes #83, Adds options for Linkify yuin 2020-01-02 01:36:46 +0900
  • 471456b80a Link to CommonMark website in README.md Jan Klass 2019-12-31 10:14:18 +0100
  • f9b134f6be Fixes #81 v1.1.19 yuin 2019-12-27 16:01:24 +0900
  • 2c9db0c8fa
    Merge pull request #78 from zzwx-forks/master Yusuke Inuzuka 2019-12-26 12:02:50 +0900
  • 23b83e7e51 add attributes config Dmitry Sedykh 2019-12-26 00:31:21 +0300
  • 2a31867397 FencedCodeBlock attributes support Dmitry Sedykh 2019-12-26 00:11:39 +0300
  • bcd7fd5cb3 attributes for images & links Dmitry Sedykh 2019-12-25 23:08:22 +0300
  • 93f691a086 add link & image atributes parser Dmitry Sedykh 2019-12-25 23:07:59 +0300
  • afb6db3f1a convert attribute values to strings Dmitry Sedykh 2019-12-25 22:47:37 +0300
  • 66a48f66b8 Fixes linkify regression. yuin 2019-12-25 15:07:45 +0900
  • 224bf7d721 Additional attributes render with comments zzwx 2019-12-24 19:31:21 -0500
  • 9a4c7bce92
    Update ISSUE_TEMPLATE.md Yusuke Inuzuka 2019-12-22 23:50:35 +0900
  • 923eb97048 Fixes #71 v1.1.18 yuin 2019-12-22 23:31:22 +0900
  • e4108d55a4 Update issue template yuin 2019-12-22 22:48:41 +0900
  • 12851a08ba Fixes #70, #74 yuin 2019-12-22 22:27:39 +0900
  • efd5960110
    Merge pull request #75 from mdigger/master Yusuke Inuzuka 2019-12-22 21:13:15 +0900
  • a6724f003f
    Merge pull request #72 from zzwx/master Yusuke Inuzuka 2019-12-22 21:13:01 +0900
  • e0a5ff07c2 put ID to generator Dmitry Sedykh 2019-12-22 09:46:40 +0300
  • 2142442ea9 Add ast.Walk example demonstrating how to process links Artyom Pervukhin 2019-12-21 12:40:22 +0300
  • 5690da2615 Render table attributes zzwx 2019-12-20 19:52:09 -0500
  • 2aab93edb4 Fixes tests v1.1.17 yuin 2019-12-20 11:12:24 +0900
  • e0171097bf Fixes #69 yuin 2019-12-20 11:11:28 +0900
  • 26fb0b56e6 Fixes gohugoio/hugo#6626 v1.1.16 yuin 2019-12-18 15:46:54 +0900
  • 64d4e16bf4 Fixes #65 v1.1.15 yuin 2019-12-18 11:37:07 +0900
  • 6d2e5fddae Fix #64 and some lint warnings yuin 2019-12-16 11:08:45 +0900
  • 5b25bb53dd
    Merge pull request #63 from aletson/master Yusuke Inuzuka 2019-12-11 11:47:02 +0900
  • 26b4b47473
    incorporate remaining changes from yuin/goldmark#52 Allison Letson 2019-12-10 09:25:03 -0500
  • 9e55545c8d
    Update ISSUE_TEMPLATE.md Yusuke Inuzuka 2019-12-10 01:33:25 +0900
  • ec246695c5 Fix fail on go1.12 v1.1.14 yuin 2019-12-08 19:00:20 +0900
  • 7d8bee11ca Closes #33 : Now NodeRenderers render attributes yuin 2019-12-08 18:53:01 +0900
  • 0a62f6ae63
    Create stale.yml Yusuke Inuzuka 2019-12-08 00:45:12 +0900
  • f331fc07cd
    Init blocks Kirill 2019-12-06 18:41:53 +0100
  • a47a029d55
    Fix typo Yusuke Inuzuka 2019-12-06 18:23:52 +0900
  • e528cffacf
    Update benchmark results Yusuke Inuzuka 2019-12-06 13:10:48 +0900
  • 89919744e0
    Fix badge URL Yusuke Inuzuka 2019-12-06 02:05:12 +0900
  • e6747ee628 Update test case for auto heading ID generation - remove WithIDs option - add test cases with international characters and other conditions jkboxomine 2019-12-06 00:11:32 +0900
  • 2f7a4aa9c4 Change auto heading ID generation logic - expand to international characters - change one or more consecutive spaces to hyphen - change period, hyphen, and underscore to hyphen jkboxomine 2019-12-06 00:07:40 +0900
  • 171dbc66a8 Fixes #50 v.1.1.13 yuin 2019-12-05 13:39:55 +0900
  • ea2c6c34ce Fixes #55 yuin 2019-12-05 11:27:29 +0900
  • 66aa5562f7
    Merge pull request #54 from moorereason/fuzz-more Yusuke Inuzuka 2019-12-05 11:17:50 +0900
  • 43e0347f6d
    Merge pull request #52 from anthonyfok/fix-typos-in-readme Yusuke Inuzuka 2019-12-05 10:44:30 +0900
  • 25f82f0a2d Fuzz more code paths Cameron Moore 2019-12-04 14:12:40 -0600
  • 30605bf736
    Fix typos in README.md Anthony Fok 2019-12-04 05:15:50 -0700
  • 567046a85d
    Merge pull request #51 from adiabatic/master Yusuke Inuzuka 2019-12-04 18:07:01 +0900
  • 6f9629fb2b Improve display of footnote backlinks Nathan Galt 2019-12-03 19:34:16 -0800
  • 511e434efc Fixes #49 yuin 2019-12-03 13:31:57 +0900
  • 8a50115f03 Remove unsed variables v1.1.12 yuin 2019-12-02 18:26:06 +0900
  • 5334c63923 Change IDs argumnent yuin 2019-12-02 18:24:22 +0900
  • ac8e225cd3 Fix invalid handling of consecutive code spans v1.1.11 yuin 2019-12-02 17:13:37 +0900
  • 68dcec6ac4 Closes #46 : Add WithIDs option yuin 2019-12-02 14:38:28 +0900
  • 6efe809cde Update issue template yuin 2019-12-02 13:23:33 +0900
  • eb2667632a Fixes #48 yuin 2019-12-02 13:17:08 +0900
  • 615d5706c6
    Merge pull request #43 from moorereason/clean-lint v1.1.10 Yusuke Inuzuka 2019-12-02 03:17:56 +0900
  • 2f292e5b74 Fixes #44, Fixes #45 yuin 2019-12-02 03:10:06 +0900
  • 74e1374f5a Use io.ByteWriter Cameron Moore 2019-11-29 13:42:55 -0600
  • ff066ede82 Fix gofmt issues Cameron Moore 2019-11-29 13:39:42 -0600
  • 3dc5ebdb17 Fix golint issues Cameron Moore 2019-11-29 13:31:28 -0600
  • 2932dadfb3 Fix gofmt formatting Cameron Moore 2019-11-29 13:22:11 -0600
  • 748be0c096 Fix shadow declarations Cameron Moore 2019-11-29 13:20:34 -0600
  • 7d28f30d79 Add test for #41 Cameron Moore 2019-11-29 13:07:14 -0600
  • 9f9f8f0e5e Closes #41 v1.1.9 yuin 2019-11-30 03:33:46 +0900
  • 8549b83b0c Fixes gohugoio/hugo#6549 v1.1.8 yuin 2019-11-29 17:21:05 +0900