Skip to content
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

images inside tables not working #239

Open
jothikannan89 opened this issue Aug 9, 2023 · 1 comment
Open

images inside tables not working #239

jothikannan89 opened this issue Aug 9, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jothikannan89
Copy link

jothikannan89 commented Aug 9, 2023

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.

[  {
    "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>."
        ]
      ]
    }
  }
]
@cedricdelpoux cedricdelpoux added bug Something isn't working help wanted Extra attention is needed labels Sep 1, 2023
@cedricdelpoux
Copy link
Owner

Thanks for reporting this. I don't have much time to investigate this right now but PRs are welcome if you want to help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants