texme icon indicating copy to clipboard operation
texme copied to clipboard

Cannot Insert Inline Figures

Open ChenFengJR opened this issue 5 years ago • 1 comments

Hi Susam, I'm using your texme for self-rendering "Markdown+Tex". But I happen to find that I cannot load image with hyperlink either in the following two ways:

![TAG](FIG_URL)
or
<div align="center">
  <img src="FIG_URL">
</div>

Is their any solution? Look forward to your reply.

ChenFengJR avatar May 10 '19 09:05 ChenFengJR

Hi @ChenFengJR,

I was unable to reproduce the issue. If I save the following content in a file named, say, foo.html, and open it with Firefox 81 and Chrome 85, the output appears fine.

<!DOCTYPE html><script src="https://cdn.jsdelivr.net/npm/[email protected]"></script><textarea>

![TAG](https://i.imgur.com/UrJrpo1.png)

<div align="center">
  <img src="https://i.imgur.com/UrJrpo1.png">
</div>

Here is an example on JSFiddle that shows that the rendering looks fine: https://jsfiddle.net/fecak021/.

If you are still having this issue, would you please share a complete document that includes the <script> tag that loads TeXMe as well as the Markdown or HTML content, so that I can reproduce the issue?

susam avatar Sep 27 '20 09:09 susam

Closing this issue because image rendering works fine with TeXMe.

susam avatar Oct 09 '22 00:10 susam