Commit graph

15 commits

Author SHA1 Message Date
yuin
9b02182dd0 Apply linters 2023-08-15 18:40:41 +09:00
yuin
be2bf82af9 Fix performance problems related link labels 2022-03-05 17:37:40 +09:00
yuin
05d89a0b45 #248 - 7 2021-10-17 17:29:01 +09:00
yuin
829d874034 Fix #237 2021-09-12 18:21:50 +09:00
Yusuke Inuzuka
033db7dd82
Merge pull request #171 from moorereason/unused-buf
Remove unnecessary buffer
2020-12-26 18:01:51 +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
jsteuer
2a86c1ea31 allow inline links with empty link text. see #101 2020-02-16 17:56:09 +01:00
yuin
39db45a099 Fixes #94 2020-01-27 14:56:49 +09:00
yuin
fba5de7344 Fixes #34 2019-11-24 20:17:02 +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
yuin
d4d7acb277 Add a definition list extension, some refactoring 2019-05-02 22:22:05 +09:00
yuin
987f65f813 Performance optimizations 2019-05-01 20:32:41 +09:00
yuin
dd89404e04 first commit 2019-04-26 20:27:01 +09:00