Skip to content

Releases: stoplightio/markdown

v3.2.0

16 May 21:09
9bb4d3f
Compare
Choose a tag to compare

3.2.0 (2022-05-16)

Features

  • getTitle supports raw strings now (#77) (9bb4d3f)

v3.1.4

11 Mar 16:39
204b070
Compare
Choose a tag to compare

3.1.4 (2022-03-11)

Bug Fixes

  • reader: support annotations placed table cells (#76) (204b070)

v3.1.3

07 Feb 23:36
cfb920d
Compare
Choose a tag to compare

3.1.3 (2022-02-07)

Bug Fixes

  • reader: support annotations placed within tabs (#75) (cfb920d)

v3.1.2

27 Jan 09:30
8a7732d
Compare
Choose a tag to compare

3.1.2 (2022-01-27)

Bug Fixes

v3.1.1

23 Aug 15:29
ca484b5
Compare
Choose a tag to compare

3.1.1 (2021-08-23)

Bug Fixes

  • ignore leading & trailing whitespaces surrounding annotations (#68) (ca484b5)

v3.1.0

16 Jul 16:37
215526f
Compare
Choose a tag to compare

3.1.0 (2021-07-16)

Features

v3.0.0

22 Jun 17:30
Compare
Choose a tag to compare

3.0.0 (2021-06-22)

Bug Fixes

Features

BREAKING CHANGES

  • There are some breaking changes to the exported functions and their signatures. Typescript should make it clear to consumers what needs to be adjusted - it should be a small lift since I intentionally left some questionable old bits in to reduce amount of outward change (Builder, Reader, etc). I have a branch in elements already with the updates - it was easy at least in that case.
  • To end users, style code block annotations are deprecated (but still supported for now). Prefer putting previous annotations directly on the code block meta string
  • Locations of our ecosystem that are relying on the resolve plugin need to update to use the parseAsync method rather than parse. Also, they are expected to provide resolver setting when calling parse.
  • feat: upgrade to latest unified/remark ecosystem (micromark)
  • feat: support for code groups

v3.0.0-beta.6

21 Jun 22:01
efe0410
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

3.0.0-beta.6 (2021-06-21)

Features

v3.0.0-beta.5

04 Jun 17:29
07e734a
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2021-06-04)

Bug Fixes

v3.0.0-beta.4

26 May 00:25
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2021-05-26)

Bug Fixes