Replies: 2 comments 3 replies
-
Could you share a small self-contained "working" (reproducible) example to work with rather than small snippet of code which are missing the context, i.e., a complete Quarto document or a Git repository? Thanks. Snippet/inline code cannot be copy/pasted for instance in addition to the missing context. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
It looks like HTML links are not converted when creating DOCX documents.
I'm not trying to use the basic Markdown syntax, that is:
[shown_item](www.linked_website.org)
but the HTML syntax, like this:
<a href="www.linked_website.org">shown_item</a>
I want to do this, because I need to open the link into a new window, using the target="_blank" argument in the tag. This doesn't look to be possible with Markdown links.
However, it seems that the HTML link is not converted to a link into the DOCX document. The link syntax disappear, but then the
shown_item
word can't be clicked as a hyperlink (and doesn't appear as one).Beta Was this translation helpful? Give feedback.
All reactions