Skip to content

Commit

Permalink
RELEASE NOTES for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Sep 24, 2019
1 parent 7ff8f73 commit 2b7add7
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# 1.4.1 ????/??/??
# 1.4.1 2019/09/24

- [277 Expose an AST to HTML Transformer](https://github.com/pragdave/earmark/issues/277)
While it should be faster to call `to_ast|>transform` it cannot be used instead of `as_html` yet
as the API is not yet stable and some subtle differences in the output need to be addressed.

- [278 Implementing better GFM Table support ](https://github.com/pragdave/earmark/issues/278)
Because of compatility issues we use a new option `gfm_tables` defaulting to `false` for this.
Using this option `Earmark` will implement its own table extension **+** GFM tables at the same
time.


- [279 Languages in code blocks were limited to alphanum names, thus excluding, e.g. C# ](https://github.com/pragdave/earmark/issues/279)
- [281 Urls in links were URL endoded, that is actually a bug ](https://github.com/pragdave/earmark/issues/281)
It is the markdown author's responsability to url encode her urls, if she does so correctly
we double encoded the url before this fix.

- [282 Always create a `<tbody>` in tables](https://github.com/pragdave/earmark/issues/282)
Although strictly speaking a `<tbody>` is only needed when there is a `<thead>`, semantic
HTML suggests the presence of `<tbody>` anyway.



# 1.4.0 2019/09/05
Expand Down

0 comments on commit 2b7add7

Please sign in to comment.