File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 22
33<!-- lint disable no-multiple-toplevel-headings-->
44
5+ 6.2.0 / 2016-10-27
6+ ==================
7+
8+ * Add support for configuring block-level tag-names ([ ` 1dce2f0 ` ] ( https://github.com/wooorm/remark/commit/1dce2f0 ) )
9+ * Fix fatal error when indenting with both tabs and spaces ([ ` 6568fc8 ` ] ( https://github.com/wooorm/remark/commit/6568fc8 ) )
10+ * Fix superfluous escape for list-markers ([ ` a93cdab ` ] ( https://github.com/wooorm/remark/commit/a93cdab ) )
11+
5126.1.0 / 2016-10-15
613==================
714
Original file line number Diff line number Diff line change 11{
22 "name" : " remark-cli" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " CLI to process markdown with remark using plugins" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " remark-parse" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Markdown parser for remark" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " remark-stringify" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Markdown compiler for remark" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " remark" ,
3- "version" : " 6.1 .0" ,
3+ "version" : " 6.2 .0" ,
44 "description" : " Markdown processor powered by plugins" ,
55 "license" : " MIT" ,
66 "keywords" : [
1515 ],
1616 "dependencies" : {
1717 "load-plugin" : " ^2.0.0" ,
18- "remark-parse" : " ^2.0 .0" ,
19- "remark-stringify" : " ^2.0 .0" ,
18+ "remark-parse" : " ^2.2 .0" ,
19+ "remark-stringify" : " ^2.2 .0" ,
2020 "unified" : " ^5.0.0"
2121 },
2222 "homepage" : " http://remark.js.org" ,
You can’t perform that action at this time.
0 commit comments