Commit graph

71 commits

Author SHA1 Message Date
yuin
9f5125e104 Remove debug print 2021-04-14 02:01:54 +09:00
yuin
ab798ea4aa Fixes #213 2021-04-11 00:00:44 +09:00
Karel Bilek
c53c1a4cfe Fix empty line detection in markdown in list
Fix for independent issue in #177

The next parser should have the whitespace removed, even when it's blank
2021-02-08 15:06:31 +07:00
yuin
56bbdf0370 refactoring 2021-02-07 20:36:39 +09:00
yuin
2ffadcefcf Fixes: #177 2021-02-07 19:46:55 +09:00
Yusuke Inuzuka
033db7dd82
Merge pull request #171 from moorereason/unused-buf
Remove unnecessary buffer
2020-12-26 18:01:51 +09:00
Yusuke Inuzuka
4e0c22a20e
Merge pull request #170 from moorereason/deadcode
Remove unused global code
2020-12-26 18:01:11 +09:00
yuin
036c8738df Fixes #164, Fixes #167 2020-12-26 17:56:42 +09:00
Cameron Moore
fa0cf89934 Remove unnecessary buffer
Remove buf, which appears to be created and appended to but never used
for anything.  Found with staticcheck check SA4010 ("The result of
append will never be observed anywhere").
2020-12-17 10:30:44 -06:00
Cameron Moore
af880df797 Remove unused global code 2020-12-17 10:26:46 -06:00
yuin
7b90f04af4 Refactoring 2020-08-26 20:22:51 +09:00
yuin
3c3d4481ef Fixes #141 2020-07-02 15:44:34 +09:00
yuin
4a49786b16 Fixes #136 2020-06-04 15:26:24 +09:00
yuin
a302193b06 Closes #124 2020-04-19 15:58:14 +09:00
yuin
184f8ef622 Fixes #123 2020-04-16 11:34:53 +09:00
yuin
2bfdf48a98 Fix invalid handling of settext in lists 2020-03-10 16:31:55 +09:00
yuin
5ab7c64e28 Fixes #111 2020-03-08 17:55:02 +09:00
jsteuer
2a86c1ea31 allow inline links with empty link text. see #101 2020-02-16 17:56:09 +01:00
pzl
8bdab9449a
documentation typo fixes 2020-02-14 22:03:49 -05:00
yuin
39db45a099 Fixes #94 2020-01-27 14:56:49 +09:00
yuin
f9b134f6be Fixes #81 2019-12-27 16:03:11 +09:00
yuin
923eb97048 Fixes #71 2019-12-22 23:31:22 +09:00
yuin
12851a08ba Fixes #70, #74 2019-12-22 22:27:39 +09:00
Dmitry Sedykh
e0a5ff07c2 put ID to generator 2019-12-22 09:46:40 +03:00
yuin
26fb0b56e6 Fixes gohugoio/hugo#6626 2019-12-18 15:46:54 +09:00
yuin
6d2e5fddae Fix #64 and some lint warnings 2019-12-16 11:08:45 +09:00
yuin
171dbc66a8 Fixes #50 2019-12-05 13:39:55 +09:00
yuin
8a50115f03 Remove unsed variables 2019-12-02 18:26:06 +09:00
yuin
5334c63923 Change IDs argumnent 2019-12-02 18:24:22 +09:00
yuin
ac8e225cd3 Fix invalid handling of consecutive code spans 2019-12-02 17:13:37 +09:00
yuin
68dcec6ac4 Closes #46 : Add WithIDs option 2019-12-02 14:38:28 +09:00
Yusuke Inuzuka
615d5706c6
Merge pull request #43 from moorereason/clean-lint
Clean lint
2019-12-02 03:17:56 +09:00
yuin
2f292e5b74 Fixes #44, Fixes #45 2019-12-02 03:10:06 +09:00
Cameron Moore
74e1374f5a Use io.ByteWriter 2019-11-29 13:42:55 -06:00
Cameron Moore
3dc5ebdb17 Fix golint issues 2019-11-29 13:31:28 -06:00
Cameron Moore
748be0c096 Fix shadow declarations 2019-11-29 13:20:34 -06:00
yuin
8549b83b0c Fixes gohugoio/hugo#6549 2019-11-29 17:21:05 +09:00
yuin
6c55ba55a1 Fixes #36 2019-11-27 03:00:17 +09:00
yuin
4536e57938 Fixes #35 2019-11-25 20:35:02 +09:00
yuin
fba5de7344 Fixes #34 2019-11-24 20:17:02 +09:00
yuin
9dec7e9e8b Fixes #31 2019-11-20 01:10:18 +09:00
yuin
afc3654ecf Fixes #28, #29 2019-11-16 21:11:57 +09:00
yuin
ea8789f650 Fixed #27 2019-11-11 03:59:36 +09:00
yuin
16b69522a4 Remove the WithWorkers option
Situations that concurrent inline parsing is effective are very limited
due to goroutine overheads and a parse context sharing mutex.
2019-10-31 17:46:02 +09:00
Yusuke Inuzuka
187643a437 Performance improvements, Add BlockParser.Trigger 2019-08-30 16:36:00 +09:00
Yusuke Inuzuka
667a2920f2 Change attribute parsing strategy 2019-08-28 20:29:23 +09:00
Liang Ding
6f6884271d
✏️ Fix typos 2019-08-07 18:15:09 +08:00
yuin
a27b0ef209 Fix bugs found in fuzzing 2019-07-25 16:59:07 +09:00
yuin
19b18e85fc Fix bug found in fuzzing 2019-07-24 20:16:54 +09:00
yuin
883918a85c Fix bugs found in fuzzing 2019-07-18 18:01:01 +09:00