I am sure there must be a simple solution, or perhaps not so simple. I need to insert a relatively long path in Quarto and have it wrap reasonably. An example is:
C:\Users\Public\Documents\ProgramName\Studio<version>\CatalogRepository}
In the current instance, the text is in a numbered list, but I am looking for a generalized solution.
I'm not sure you've given enough information to answer. Is the list always the same length with the same information in each element? Does version change? Specific examples of the list would be helpful.
That being said, here::here() accepts a list as input, but it is relative to the project root.
Perhaps I have not been clear. I am looking for the best way to put a filepath into a Quarto document. It could be in an ordinary paragraph, or a list, that should not matter. What does matter is that there be support for word-wrap, and for applying a fixed pitch font, such as Consolas.
At any event, the list is not the issue; the filepath is. The solution, I expect, will be found in some LaTeX package which must be added.
Yeah, sorry, I'm not getting what you are asking. Are you trying to print the filepath or use it in code?
A reproducible example would be very helpful