yuin
2913ca2902
Fixes a bug related to escaped pipes in a table cell
2021-03-20 17:07:23 +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
f3e20f4795
Merge pull request #191 from moorereason/iss190
...
Fix Linkify to allow host with beginning single-letter domain label
2021-02-07 17:25:11 +09:00
Cameron Moore
3d7ce16f2f
Fix Linkify to allow host with beginning single-letter domain label
...
Fixes #190
2021-01-30 08:48:27 -06:00
Yusuke Inuzuka
c4b3054802
Merge pull request #183 from hochhaus/master
...
Use canonical blackfriday v2 import path
2021-01-29 16:52:55 +09:00
Yusuke Inuzuka
4422fe4f7b
Merge pull request #184 from hooligani/patch-1
...
Update README.md
2021-01-29 16:52:34 +09:00
hooligani
3549ad5b05
Update README.md
...
Strict is not a function
2021-01-11 21:54:08 +02:00
Andy Hochhaus
e7353e6299
Use canonical blackfriday v2 import path
...
https://github.com/russross/blackfriday/issues/587
2021-01-10 14:42:39 -06:00
yuin
6c741ae251
Fixes #176
2020-12-26 18:09:14 +09:00
Yusuke Inuzuka
748fc079dc
Merge pull request #172 from moorereason/typos
...
Fix typos in godocs comments
2020-12-26 18:02:24 +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
Yusuke Inuzuka
d64a5a61f8
Merge pull request #169 from moorereason/pkg.go.dev
...
Update package documentation badge in README
2020-12-26 18:00:52 +09:00
yuin
036c8738df
Fixes #164 , Fixes #167
2020-12-26 17:56:42 +09:00
Cameron Moore
5e417f871d
Fix typos in godocs comments
2020-12-17 10:51:19 -06: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
Cameron Moore
ccd1cd6819
Update package documentation badge in README
...
godoc.org is deprecated and will begin redirecting to pkg.go.dev in
early 2021. Update link and badge to point to pkg.go.dev
See https://blog.golang.org/godoc.org-redirect for more information.
2020-12-17 10:19:11 -06:00
yuin
9e0189df27
Closes #161
...
- Implement footnote configurations defined in original markdown extra.
- Add OwnerDocument() method to ast.Node
- Add Meta() method to *ast.Document
2020-12-13 23:11:07 +09:00
Yusuke Inuzuka
da9729d134
Merge pull request #155 from helfper/linkify-url-with-port
...
Support URLs with port in Linkify
2020-10-03 03:28:33 +09:00
Helder Pereira
6de424ee3b
Support URLs with port in Linkify
2020-09-19 14:48:35 +01:00
yuin
7b90f04af4
Refactoring
2020-08-26 20:22:51 +09:00
yuin
d102aef53c
Add goldmark-emoji extension
2020-08-22 23:50:59 +09:00
yuin
e880f8545b
Bump go version up
2020-08-20 13:59:16 +09:00
yuin
91e5269fb0
Fixes #148
2020-07-30 22:33:42 +09:00
yuin
bd58441cc1
Fixes #78
2020-07-21 19:32:52 +09:00
Yusuke Inuzuka
b7f25d6cd9
Merge pull request #145 from jsteuer/master
...
html escape img alt attribute
2020-07-13 17:13:30 +09:00
jsteuer
b91c802b8c
html escape img alt attribute
2020-07-11 23:54:26 +02:00
Yusuke Inuzuka
b24f9b4dd7
Merge pull request #139 from yaaax/patch-1
...
Fix typo
2020-07-10 17:19:40 +09:00
yuin
3c3d4481ef
Fixes #141
2020-07-02 15:44:34 +09:00
yuin
feff0bb82b
Add case=x,x.. aruguments for tests
2020-07-02 15:28:33 +09:00
Yaacov
e331790a2b
Fix typo
2020-06-23 01:52:39 +02:00
yuin
33089e232f
Improve typographer
2020-06-04 15:26:24 +09:00
yuin
4a49786b16
Fixes #136
2020-06-04 15:26:24 +09:00
Yusuke Inuzuka
6eb3819f4b
Merge pull request #134 from jlauinger/fix-unsafe-slice-cast
...
Fix possible memory confusion in unsafe slice cast
2020-06-04 00:26:44 +09:00
Johannes Lauinger
2141537561
update util_unsafe.go to use simpler, yet still safe, cast
2020-06-03 15:45:44 +02:00
Johannes Lauinger
813d953eeb
fix possible memory confusion in unsafe slice cast
2020-05-31 21:32:17 +02:00
yuin
3d78558cf2
Test case now can have a description
2020-05-22 18:42:44 +09:00
yuin
4709d43b81
Fixes #127
2020-05-22 18:39:02 +09:00
yuin
3393022ab6
Fixes #39 , Fixes #127 , Fixes #128 , Fixes #129
2020-05-21 18:13:20 +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
1f967da77c
remove debug print
2020-04-16 00:29:11 +09:00
yuin
66874b397f
Fixes #122
2020-04-15 11:16:46 +09:00
yuin
54b1e988cc
Fixes #121
2020-04-13 18:44:57 +09:00
yuin
12fc98ebcd
Fixes #120
2020-04-01 02:10:28 +09:00
yuin
84d07d567d
Bump up go version
2020-03-25 16:54:13 +09:00
yuin
785b85a76a
Fixes #115
2020-03-25 15:39:51 +09:00