Thanks for the wonderful project, I have been using this excellent piece of work on my project. Everything is working as expected. But When we have the images inside the table cells, the images are not inside the cells in md file. instead it listing the images first then it showing the table rows and columns without the images.
[ {
"img": {
"source": "XXXXXXXXXXXXXXX",
"title": "",
"alt": ""
}
},
{
"img": {
"source": "YYYYYYYYYYYYYYYYy",
"title": "",
"alt": ""
}
},
{
"img": {
"source": "ZZZZZZZZZZZZZZZZZZZZZZZZZ",
"title": "",
"alt": ""
}
},
},
{
"table": {
"headers": [
"Oval",
"Represents the beginning or end of a <span style={{color:\"rgb(55, 112, 152)\"}}>process</span>."
],
"rows": [
[
"Rectangle",
"Represents each step involved in the <span style={{color:\"rgb(55, 112, 152)\"}}>process</span>."
],
[
"Arrow",
"Represents the directional flow of the <span style={{color:\"rgb(55, 112, 152)\"}}>process</span>."
],
[
"Diamond",
"Represents decision-making."
],
[
"Parallelogram",
"Represents the input or output of a <span style={{color:\"rgb(55, 112, 152)\"}}>process</span>."
]
]
}
}
]
Hi,
Thanks for the wonderful project, I have been using this excellent piece of work on my project. Everything is working as expected. But When we have the images inside the table cells, the images are not inside the cells in md file. instead it listing the images first then it showing the table rows and columns without the images.