Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "json2md", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A JSON to Markdown converter.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
[![json2md](http://i.imgur.com/uj64JFw.png)](#) | ||
# json2md [![Support this project][donate-now]][paypal-donations] | ||
A JSON to Markdown converter. | ||
@@ -110,3 +111,3 @@ | ||
| `ol` | Ordered list | An array of strings representing the items. | `{ ol: ["item 1", "item 2"] }` | | ||
| `code` | Code block element | An object containing the `language` (`String`) and `content` (`Array` or `String`) fields. | | | ||
| `code` | Code block element | An object containing the `language` (`String`) and `content` (`Array` or `String`) fields. | `{ code: { "language": "html", "content": "<script src='dummy.js'></script>" } } | | ||
@@ -141,3 +142,3 @@ You can extend the `json2md.converters` object to support your custom types. | ||
- I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah). | ||
I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah). | ||
@@ -149,2 +150,3 @@ ## License | ||
[license]: http://ionicabizau.github.io/kindly-license/?author=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica@gmail.com%3E&year=2015 | ||
[website]: http://ionicabizau.net | ||
@@ -151,0 +153,0 @@ [paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154
25001