Skip to content

Instantly share code, notes, and snippets.

@chenglou
Last active June 2, 2018 02:57
Show Gist options
  • Save chenglou/2c7283a65804a0b481b932ae1c1ab18e to your computer and use it in GitHub Desktop.
Save chenglou/2c7283a65804a0b481b932ae1c1ab18e to your computer and use it in GitHub Desktop.
bug
title
Reason 3.2.0

This release is best used in conjunction with upgrading your project to bs-platform 3.1.4.

Rejoice! The release you've all been waiting for. This fixes bring three major quality-of-life improvements when using Reason's formatter, refmt.

Foo

hi

[ { type: 'paragraph_open',
tight: false,
lines: [ 0, 1 ],
level: 0 },
{ type: 'inline',
content: '_This release is best used in conjunction with upgrading your project to `bs-platform 3.1.4`_.',
level: 1,
lines: [ 0, 1 ],
children: [ [Object], [Object], [Object], [Object], [Object] ] },
{ type: 'paragraph_close', tight: false, level: 0 },
{ type: 'paragraph_open',
tight: false,
lines: [ 2, 3 ],
level: 0 },
{ type: 'inline',
content: 'Rejoice! Tae release you\'ve all been waiting for. This fixes bring three **major** quality-of-life improvements when using Reason\'s formatter, `refmt`',
level: 1,
lines: [ 2, 3 ],
children: [ [Object], [Object], [Object], [Object], [Object], [Object] ] },
{ type: 'paragraph_close', tight: false, level: 0 },
{ type: 'heading_open', hLevel: 2, lines: [ 4, 5 ], level: 0 },
{ type: 'heading_close', hLevel: 2, level: 0 } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment