Commit graph

  • 54fc7c3f18 Closes #40 yuin 2019-11-29 17:03:00 +0900
  • b611cd333a Add issue template yuin 2019-11-28 11:39:10 +0900
  • 6c55ba55a1 Fixes #36 v1.1.7 yuin 2019-11-27 03:00:17 +0900
  • 4536e57938 Fixes #35 v1.1.6 yuin 2019-11-25 20:35:02 +0900
  • fba5de7344 Fixes #34 v1.1.5 yuin 2019-11-24 20:17:02 +0900
  • 9dec7e9e8b Fixes #31 v1.1.4 yuin 2019-11-20 01:10:18 +0900
  • c8c3b41fe0 Update badge yuin 2019-11-18 16:15:15 +0900
  • c999f5a9a7 Fix workflow yuin 2019-11-18 16:06:33 +0900
  • 22bbda3653 Fix workflow yuin 2019-11-18 15:42:59 +0900
  • 76006af024 Remove .travis.yml yuin 2019-11-18 15:28:31 +0900
  • d51543d817 Fix workflow yuin 2019-11-18 15:25:17 +0900
  • 66a1061d96 Fix workflow yuin 2019-11-18 15:23:27 +0900
  • 8aefee4a22 migrate travisCI to Github actions yuin 2019-11-18 15:20:39 +0900
  • 696c860a32 Update go version yuin 2019-11-16 21:31:10 +0900
  • afc3654ecf Fixes #28, #29 v1.1.3 yuin 2019-11-16 21:07:27 +0900
  • 2caf4b1e27 add a test Daniel Kang 2019-11-14 11:31:53 -0800
  • f6a84f0487 fix a parsing issue with input that ends with non-whitespace characters Daniel Kang 2019-11-14 11:29:46 -0800
  • ea8789f650 Fixed #27 v1.1.2 yuin 2019-11-11 03:59:36 +0900
  • 16b69522a4 Remove the WithWorkers option v1.1.1 yuin 2019-10-31 17:34:14 +0900
  • 2184586bb2
    Update README.md Yusuke Inuzuka 2019-08-30 22:21:16 +0900
  • 13a98719d4 Fix invalid use of lute yuin 2019-08-30 21:54:02 +0900
  • 187643a437 Performance improvements, Add BlockParser.Trigger v1.1.0 Yusuke Inuzuka 2019-08-30 16:36:00 +0900
  • 667a2920f2 Change attribute parsing strategy v1.0.10 Yusuke Inuzuka 2019-08-28 20:27:33 +0900
  • 4a770685c0
    Merge pull request #22 from abhinav/no-import-testing Yusuke Inuzuka 2019-08-25 20:10:15 +0900
  • 8c55e6fa9c Move test utilities to testutil/ Abhinav Gupta 2019-08-24 11:27:56 -0700
  • f98eb987aa Remove "testing" import from public interface Abhinav Gupta 2019-08-25 03:13:56 -0700
  • d7e925c896
    Merge pull request #23 from abhinav/iota-types Yusuke Inuzuka 2019-08-25 17:49:14 +0900
  • 45376ddb05 ast: Specify types for iota-based constants Abhinav Gupta 2019-08-24 12:15:39 -0700
  • b067a12f6b
    Copied from #20 Yusuke Inuzuka 2019-08-20 18:33:01 +0900
  • 3190eb8348
    Merge pull request #19 from b3log/master Yusuke Inuzuka 2019-08-16 18:17:17 +0900
  • e7035b1993
    ♻️ Remove redundant check Liang Ding 2019-08-10 00:39:46 +0800
  • 008c258471
    ♻️ Simplify logic Liang Ding 2019-08-09 23:48:38 +0800
  • 0c44174564
    🎨 Remove redundant slice assignment Liang Ding 2019-08-09 23:46:25 +0800
  • 7950956e28
    Merge pull request #18 from b3log/master v1.0.9 Yusuke Inuzuka 2019-08-07 19:28:25 +0900
  • 6f6884271d
    ✏️ Fix typos Liang Ding 2019-08-07 18:15:09 +0800
  • d29104889a
    ✏️ Fix some tyops in doc comments Liang Ding 2019-08-07 18:08:43 +0800
  • 17a47ea1e7
    Update README.md Yusuke Inuzuka 2019-07-26 10:32:48 +0900
  • a27b0ef209 Fix bugs found in fuzzing v1.0.8 yuin 2019-07-25 16:59:07 +0900
  • 21b4a046d0 Fix bugs in footnotes yuin 2019-07-24 20:55:37 +0900
  • 19b18e85fc Fix bug found in fuzzing yuin 2019-07-24 20:16:54 +0900
  • 883918a85c Fix bugs found in fuzzing yuin 2019-07-18 18:01:01 +0900
  • 36e42c4e73
    Merge pull request #17 from litao91/fixlist Yusuke Inuzuka 2019-07-16 17:24:29 +0900
  • 6369ad43e8 Fix inaccurate indent calculation of list_item and add extra test to cover the case LI Tao 2019-07-16 13:05:14 +0800
  • 51ada8006a Minor fix LI Tao 2019-07-15 23:08:28 +0800
  • f675a65632 Another fix to handle TAB LI Tao 2019-07-15 21:23:48 +0800
  • 9313a1c188 Require a space after : for definition list LI Tao 2019-07-15 15:18:07 +0800
  • 032792ae55
    Update README.md Yusuke Inuzuka 2019-07-15 11:40:31 +0900
  • b7348f0573
    Merge pull request #14 from litao91/mathjax Yusuke Inuzuka 2019-07-15 11:39:05 +0900
  • 0fc2859377 Mention mathjax plugin in README.md LI Tao 2019-07-15 05:59:08 +0800
  • 57c4df05d5 Merge branch 'master' of github.com:yuin/goldmark yuin 2019-07-12 18:52:32 +0900
  • dd1590372c Add a new attribute parser yuin 2019-07-12 18:52:15 +0900
  • 8aee2d32fd
    Update README.md Yusuke Inuzuka 2019-07-09 17:43:07 +0900
  • 23ace7da03 Add goldmark-meta to the README yuin 2019-05-30 18:31:55 +0900
  • 05645dd3c4 Add String node v1.0.7 yuin 2019-05-30 16:07:04 +0900
  • 7b1dd7b221 Issue #12 : dos style newline breaks fence code block v1.0.6 yuin 2019-05-23 11:27:25 +0900
  • 9b1570bcde
    Merge pull request #10 from mironovalexey/patch-2 Yusuke Inuzuka 2019-05-19 14:50:01 +0900
  • 9cf9f6802e
    Update README.md Alexey Mironov 2019-05-19 07:41:10 +0300
  • ddce9bf23e
    Update README.md Yusuke Inuzuka 2019-05-17 11:24:44 +0900
  • 3802559573
    Merge pull request #9 from dertseha/patch-1 Yusuke Inuzuka 2019-05-17 11:23:30 +0900
  • 8df88b3d75
    fixed typo Christian Haas 2019-05-16 22:10:05 +0200
  • 4586ec683b Rename test function yuin 2019-05-16 19:53:54 +0900
  • f95910174c Merge branch 'master' of https://github.com/yuin/goldmark v1.0.5 yuin 2019-05-16 19:47:05 +0900
  • 2ddc99baff Add extension tests, Fix bugs in extensions yuin 2019-05-16 19:46:36 +0900
  • 7d92c09d44
    Update README.md v1.0.4 Yusuke Inuzuka 2019-05-16 12:40:01 +0900
  • 1963434c50 Fix some vet errors, Improve attributes on ATXHeadings yuin 2019-05-16 12:37:49 +0900
  • e481813300 Issue #4: Fix invalid leading spaces with attributes v1.0.3 yuin 2019-05-15 23:06:08 +0900
  • 6703518300 Issue #4: Fix invalid leading spaces with attributes yuin 2019-05-15 22:56:52 +0900
  • e59897f8e5
    Merge pull request #6 from mironovalexey/patch-1 Yusuke Inuzuka 2019-05-15 18:14:40 +0900
  • 4febcc9861
    Update README.md Alexey Mironov 2019-05-15 12:11:49 +0300
  • 4ff89123a4 Issue #5 : Fixed 'index out of range' error when FilterTags exists v1.0.2 yuin 2019-05-15 17:54:37 +0900
  • 31fd0f6b4c Issue #3 : failed to parse attributes yuin 2019-05-15 17:43:57 +0900
  • 2988e183ed Issue #2 : EOF breaks parsing v1.0.1 yuin 2019-05-15 00:56:22 +0900
  • ad605c0a32 Performance optimizations v1.0.0 yuin 2019-05-06 12:34:17 +0900
  • d9164d2556 Rename options names yuin 2019-05-06 01:14:17 +0900
  • 28b28e34bb Add Typographer extension yuin 2019-05-06 00:53:22 +0900
  • 08a89f162a Refactoring yuin 2019-05-05 15:08:50 +0900
  • 00356b97b1 Fix typo yuin 2019-05-05 13:43:49 +0900
  • 785421acb4 Add WithAttribute yuin 2019-05-05 13:42:39 +0900
  • 3bf70b9428 Add AttributeString method yuin 2019-05-04 22:29:53 +0900
  • bdde5e8472 Rename option names yuin 2019-05-04 22:25:41 +0900
  • 45222d6b03 Refactoring yuin 2019-05-04 19:27:13 +0900
  • e9b382fb0a Add footnote exteision yuin 2019-05-04 19:21:33 +0900
  • 56ebc40a6a Add benchmarks, update README yuin 2019-05-03 13:00:43 +0900
  • 9b40d12434 Performance optimization yuin 2019-05-02 22:51:24 +0900
  • d4d7acb277 Add a definition list extension, some refactoring yuin 2019-05-02 22:22:05 +0900
  • 7acda36819 Add a coveralls badge yuin 2019-05-01 20:45:10 +0900
  • e7cef1b7ca Performance optimizations yuin 2019-05-01 20:43:10 +0900
  • 987f65f813 Performance optimizations yuin 2019-05-01 20:32:41 +0900
  • a8a4629dd9 Add parser.ParseContext yuin 2019-04-28 19:54:33 +0900
  • 77aabc8f8e Add WithUnsafe option yuin 2019-04-27 15:30:16 +0900
  • 0cca3c1ea1 Update README yuin 2019-04-26 20:39:42 +0900
  • 8fad913d1d Update README yuin 2019-04-26 20:38:27 +0900
  • dd89404e04 first commit yuin 2019-04-26 20:27:01 +0900