Commit graph

241 commits

Author SHA1 Message Date
yuin
f37563cfa8 Add options for test cases 2021-09-11 11:08:36 +09:00
yuin
466482bf19 Fix #245 - 3 2021-09-11 09:55:07 +09:00
yuin
fad80b4f0c Fix #245 - 2 2021-09-11 09:48:43 +09:00
yuin
8174177880 Fix #245 - 1 2021-09-11 09:44:22 +09:00
Yusuke Inuzuka
aae0486a04
Merge pull request #241 from abhinav/patch-1
extensions: Add hashtag, wikilink, toc, mermaid
2021-08-27 04:22:37 +09:00
Abhinav Gupta
1d522188b9
extensions: Add hashtag, wikilink, toc, mermaid
Add new community extensions to the README.
2021-08-26 05:14:25 -07:00
yuin
5588d92a56 Support CommonMark 0.30 2021-07-05 00:12:46 +09:00
yuin
759cc35c3a Fix #229 2021-06-28 08:05:35 +09:00
yuin
040b478cdb Fixes #223 2021-06-17 19:07:05 +09:00
yuin
38f7fc92ff Fixes #219 2021-05-16 11:03:43 +09:00
Yusuke Inuzuka
43353aeea4
Merge pull request #221 from stephenafamo/soft-line-break
Fix logic for soft line breaks
2021-05-16 22:25:13 +09:00
yuin
16e27ac471 Add DiffPretty 2021-05-15 19:42:58 +09:00
Stephen Afam-Osemene
9568b57c4b fix logic for soft line breaks 2021-05-14 23:30:29 +02:00
Yusuke Inuzuka
155754ef6e
Merge pull request #214 from stephenafamo/patch-1
Add link to goldmark-pdf in README
2021-04-21 14:39:53 +09:00
Stephen Afam-Osemene
ab9c801417
Add link to goldmark-pdf in README 2021-04-20 21:10:27 +02:00
yuin
db22606847 Drop go1.14 support 2021-04-18 18:08:20 +09:00
yuin
9f5125e104 Remove debug print 2021-04-14 02:01:54 +09:00
Yusuke Inuzuka
baec0941d2
Merge pull request #205 from brief/fix-footnote-backlinks
Keep backlinks with footnote text
2021-04-11 00:04:38 +09:00
Yusuke Inuzuka
cd69b03a4e
Merge pull request #207 from jmooring/issue-206
Add "type" to the list attribute filter
2021-04-11 00:04:18 +09:00
Yusuke Inuzuka
24d1a350c2
Merge pull request #210 from eltociear/patch-1
Fix typo in README.md
2021-04-11 00:04:01 +09:00
yuin
ab798ea4aa Fixes #213 2021-04-11 00:00:44 +09:00
Ikko Ashimine
304f513394
Fix typo in README.md
Occurances -> Occurrences
2021-04-02 01:40:26 +09:00
Joe Mooring
3fcf875f9f Add "type" to the list attribute filter
Closes #206
2021-03-31 12:47:01 -07:00
brief
017596e61e Keep backlinks with footnote text
Inserts a non-breaking space before backlinks to prevent them from being separated from footnote text.
2021-03-28 08:39:43 -07:00
Yusuke Inuzuka
75d8cce5b7
Merge pull request #188 from karelbilek/fix-nested-codeblock-empty
Fix empty line detection in markdown in list
2021-03-26 20:41:09 +09:00
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