-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get a table in the browser #16
Comments
Probably I forgot to rebuild the browser file. Will check it these days. Sent from my iPhone
|
Note there is a typo in your code: it should be json2md({
"table": {
"headers": ["Petal.Length", "Petal.Width", "Species"],
"rows": [{
"Petal.Length": 1.4,
"Petal.Width": 0.2,
"Species": "setosa"
}, {
"Petal.Length": 1.4,
"Petal.Width": 0.2,
"Species": "setosa"
}, {
"Petal.Length": 1.3,
"Petal.Width": 0.2,
"Species": "setosa"
}]
}
}); |
Thank you, it works 👍 |
Yay! 😀
|
Hi i had to create a dynamic table in markdown ]
}; console.log(json2md( { I am using this but i got error cannot figure how i traverse or using loop to convert json2d format |
Hello,
Using
json2md.min.js
in the browser I get a problem withThis returns the error: There is no such converter: table.
The text was updated successfully, but these errors were encountered: