Is there a way to use Markdown in dynamic params text? #690
Unanswered
brandoncordell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When referencing code in documentation, I always wrap the line so it's obviously code to the next reader. Is there a way to use markdown (or wrap something as code) in dynamic params, whether it's the description text or hint text?
As an example, I have a component attribute that computes its label from the model attribute, if a label isn't passed in, so I'd like the hint to say "defaults to
attributes.to_s.humanize". Right now it just outputs the backticks.Beta Was this translation helpful? Give feedback.
All reactions