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
I expected to be able to provide a hyperlink in the from argument of a Quote component like this.
> :Quote from=Douglas Adams
> A common mistake that people make when trying to design something completely foolproof
> is to underestimate the ingenuity of complete fools.
Instead, the current behavior ignores the hyperlink and just takes in they hypertext.
Can the Quote component be enhanced so that its from argument can include a hyperlink?
If not, can another optional argument be added to the Quote component to pass in a hyperlink?
If neither, can the build process be improved to output a warning that I am using the from argument incorrectly?
The text was updated successfully, but these errors were encountered:
Right now markdown components do not support rich markdown within their arguments. It is an interesting prospect to add that support, but if that doesn't work, then certainly it is possible to add an extra (optional) argument to Quote component.
I expected to be able to provide a hyperlink in the
from
argument of aQuote
component like this.Instead, the current behavior ignores the hyperlink and just takes in they hypertext.
Can the
Quote
component be enhanced so that itsfrom
argument can include a hyperlink?If not, can another optional argument be added to the
Quote
component to pass in a hyperlink?If neither, can the build process be improved to output a warning that I am using the
from
argument incorrectly?The text was updated successfully, but these errors were encountered: