Commit graph

56 commits

Author SHA1 Message Date
Ikko Ashimine
304f513394
Fix typo in README.md
Occurances -> Occurrences
2021-04-02 01:40:26 +09:00
hooligani
3549ad5b05
Update README.md
Strict is not a function
2021-01-11 21:54:08 +02: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
yuin
d102aef53c Add goldmark-emoji extension 2020-08-22 23:50:59 +09:00
yuin
bd58441cc1 Fixes #78 2020-07-21 19:32:52 +09:00
Yaacov
e331790a2b
Fix typo 2020-06-23 01:52:39 +02:00
yuin
84d07d567d Bump up go version 2020-03-25 16:54:13 +09:00
Yusuke Inuzuka
ff84cd3a51
Add caution with Go 1.14 2020-03-13 02:07:59 +09:00
Dan Martinez
4fedb553e3 Tweak README.md punctuation, grammar, and phrasing 2020-01-03 17:50:00 -08:00
Yusuke Inuzuka
4f96330d3f
Merge pull request #84 from Kissaki/patch-1
Link to CommonMark website in README.md
2020-01-02 01:55:28 +09:00
yuin
533a448c5f Update README.md 2020-01-02 01:54:01 +09:00
yuin
94947895e7 Update README.md 2020-01-02 01:51:36 +09:00
yuin
83e7dcebc7 Update README.md 2020-01-02 01:50:19 +09:00
yuin
4b54582dee Fixes #83, Adds options for Linkify 2020-01-02 01:36:46 +09:00
Jan Klass
471456b80a Link to CommonMark website in README.md
Link to the CommonMark website to explicitly reference what it is, and to help users unfamiliar with it to discover and navigate to it.

CommonMark is mentioned very early in the README. Here it is a subheadline. I decided to not link here but in this features section instead where it is listed as one of the features. The subheadline seems more fitting as a short, pure text for those knowing about it.

The link is to the main website rather than the specification as users unfamiliar with it will want to land on the landing page with a description of what it is rather than a technical specification. The specification page does not immediately and obviously link back to the main website.

The shortened term spec is being extended to its full word specification for clarity and discoverability.
2019-12-31 10:14:18 +01:00
yuin
26fb0b56e6 Fixes gohugoio/hugo#6626 2019-12-18 15:46:54 +09:00
Allison Letson
26b4b47473
incorporate remaining changes from yuin/goldmark#52 2019-12-10 09:25:03 -05:00
Yusuke Inuzuka
e528cffacf
Update benchmark results 2019-12-06 13:10:48 +09:00
Yusuke Inuzuka
89919744e0
Fix badge URL 2019-12-06 02:05:12 +09:00
Anthony Fok
30605bf736
Fix typos in README.md 2019-12-04 05:15:50 -07:00
yuin
c8c3b41fe0 Update badge 2019-11-18 16:15:15 +09:00
yuin
8aefee4a22 migrate travisCI to Github actions 2019-11-18 15:20:39 +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
2184586bb2
Update README.md 2019-08-30 22:21:16 +09:00
yuin
13a98719d4 Fix invalid use of lute 2019-08-30 21:54:02 +09:00
Yusuke Inuzuka
187643a437 Performance improvements, Add BlockParser.Trigger 2019-08-30 16:36:00 +09:00
Yusuke Inuzuka
17a47ea1e7
Update README.md 2019-07-26 10:32:48 +09:00
Yusuke Inuzuka
032792ae55
Update README.md 2019-07-15 11:40:31 +09:00
LI Tao
0fc2859377 Mention mathjax plugin in README.md 2019-07-15 05:59:08 +08:00
Yusuke Inuzuka
8aee2d32fd
Update README.md 2019-07-09 17:43:07 +09:00
yuin
23ace7da03 Add goldmark-meta to the README 2019-05-30 18:31:55 +09:00
Alexey Mironov
9cf9f6802e
Update README.md
To simplify a copy-paste.
2019-05-19 07:41:10 +03:00
Yusuke Inuzuka
ddce9bf23e
Update README.md 2019-05-17 11:24:44 +09:00
Christian Haas
8df88b3d75
fixed typo 2019-05-16 22:10:05 +02:00
yuin
f95910174c Merge branch 'master' of https://github.com/yuin/goldmark 2019-05-16 19:47:05 +09:00
yuin
2ddc99baff Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
Yusuke Inuzuka
7d92c09d44
Update README.md 2019-05-16 12:40:01 +09:00
yuin
1963434c50 Fix some vet errors, Improve attributes on ATXHeadings 2019-05-16 12:37:49 +09:00
Alexey Mironov
4febcc9861
Update README.md
It seems that this function has changed its name.
2019-05-15 12:11:49 +03:00
yuin
d9164d2556 Rename options names 2019-05-06 01:14:17 +09:00
yuin
28b28e34bb Add Typographer extension 2019-05-06 00:53:22 +09:00
yuin
00356b97b1 Fix typo 2019-05-05 13:43:49 +09:00
yuin
785421acb4 Add WithAttribute 2019-05-05 13:42:39 +09:00
yuin
bdde5e8472 Rename option names 2019-05-04 22:25:41 +09:00
yuin
e9b382fb0a Add footnote exteision 2019-05-04 19:21:33 +09:00
yuin
56ebc40a6a Add benchmarks, update README 2019-05-03 13:00:43 +09:00
yuin
d4d7acb277 Add a definition list extension, some refactoring 2019-05-02 22:22:05 +09:00
yuin
7acda36819 Add a coveralls badge 2019-05-01 20:45:10 +09:00
yuin
e7cef1b7ca Performance optimizations 2019-05-01 20:43:10 +09:00