You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having | or square brackets as table values might lead to invalid or wrong tables and should be escaped.
varjson2md=require("json2md")console.log(json2md({table: {headers: ["path","title","text"],rows:
[{"path": "/","title": "Test values with | pipe.","text": "or eventually brackets too [ should be escaped ]"}]}}))
The text was updated successfully, but these errors were encountered:
Having
|
or square brackets as table values might lead to invalid or wrong tables and should be escaped.The text was updated successfully, but these errors were encountered: