Skip to content

Releases: yuin/goldmark

v1.7.8 release

16 Oct 12:10
Compare
Choose a tag to compare
Deprecate Node.Text

Node.Text was intended to get a text value from some inline nodes.
A 'text value' of a Text node is clear.

But

- BaseNode had a default implementation of Node.Text
- Lacks of GoDoc description that Node.Text is valid only for
  some inline nodes

So, some users are using Node.Text for BlockNodes.

A 'text value' for a BlockNode is not clear.

e.g. : Text value of a ListNode

- It should be contains list markers?
- What do characters concatinate List items with? newlines? spaces?
- If it contains codeblocks, codeblocks should be fenced or indented?

Now we would like to avoid such ambiguous method.

v1.7.7 release

15 Oct 10:20
Compare
Choose a tag to compare
Fix #470

v1.7.6 release

12 Oct 14:15
Compare
Choose a tag to compare
Fix testcases

v1.7.5 release

12 Oct 13:49
d80ac93
Compare
Choose a tag to compare
Merge pull request #462 from Andrew-Morozko/table_fix

Fix panic in table parser

v1.7.4 release

25 Jun 14:33
Compare
Choose a tag to compare
Fixes #457

v1.7.3 release

23 Jun 12:47
Compare
Choose a tag to compare
Fixes #456

v1.7.2 release

14 Jun 13:09
Compare
Choose a tag to compare
Fixes #455

v1.7.1 release

03 Apr 09:46
c15e394
Compare
Choose a tag to compare
Merge pull request #448 from movsb/fix-attribute-string

make RenderAttributes() accept both []byte and string

v1.7.0 release

02 Feb 12:16
Compare
Choose a tag to compare

v1.6.0 release

28 Oct 09:02
Compare
Choose a tag to compare

Add an option for WithEastAsianLineBreaks