Skip to content

images inside tables not working #239

Description

@jothikannan89

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>."
        ]
      ]
    }
  }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions