You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this kind of conflict with the original thesis of the package: vectors to markdown. If the user has programatically created two long vectors of text and links, they should be able to coerce them into a new vector of markdown links. This is currently still possible with the .name argument, but it feels sloppy.
Ideally you would be able to use text = url with two vectors, but this kind of naming with dots doesn't work how I'd like.
This same confusion also needs to be cleared up for link labels and references. Also, perhaps we need a single function to do both: print labels and print invisible references.
Right now, there is a mishmash of linking arguments. I like the ability to create very simple named links.
CRAN
However, this kind of conflict with the original thesis of the package: vectors to markdown. If the user has programatically created two long vectors of text and links, they should be able to coerce them into a new vector of markdown links. This is currently still possible with the
.name
argument, but it feels sloppy.Ideally you would be able to use
text = url
with two vectors, but this kind of naming with dots doesn't work how I'd like.Ideally, it would work more like
names(link) <- text
.This same confusion also needs to be cleared up for link labels and references. Also, perhaps we need a single function to do both: print labels and print invisible references.
The text was updated successfully, but these errors were encountered: