Skip to content

Releases: yuin/goldmark

v1.1.1 release

31 Oct 08:51
Compare
Choose a tag to compare

Remove WithWorkers option.

v1.1.0 release

30 Aug 07:41
Compare
Choose a tag to compare

This release includes some minor incompatible API changes.

  • parser.BlockParser now has a Trigger method.
  • Context for InlineParsers are now created per goroutine if concurrent parsing are enabled. To access global shared context, you can call parser.Context.Root() .

v1.0.10

28 Aug 11:32
Compare
Choose a tag to compare
Change attribute parsing strategy

v1.0.9: Merge pull request #18 from b3log/master

07 Aug 10:29
7950956
Compare
Choose a tag to compare

v1.0.8

25 Jul 09:45
Compare
Choose a tag to compare
Fix bugs found in fuzzing

v1.0.7

30 May 07:10
Compare
Choose a tag to compare
Add String node

v1.0.6

23 May 08:41
Compare
Choose a tag to compare
Issue #12 : dos style newline breaks fence code block

v1.0.5

16 May 10:51
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/yuin/goldmark

v1.0.4

16 May 04:05
7d92c09
Compare
Choose a tag to compare
Update README.md

v1.0.3

15 May 14:08
Compare
Choose a tag to compare
Issue #4: Fix invalid leading spaces with attributes