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
The .description value for an @param tag is a <ul>, but the .description for @return is a <p>, so they render differently even though the descriptions are the same format. This would make it easier for template parts be visually in unison. For example, in the screenshots the descriptions look different (the <ul> is indented, while the <p> isn't):
The text was updated successfully, but these errors were encountered:
The
.description
value for an@param
tag is a<ul>
, but the.description
for@return
is a<p>
, so they render differently even though the descriptions are the same format. This would make it easier for template parts be visually in unison. For example, in the screenshots the descriptions look different (the<ul>
is indented, while the<p>
isn't):The text was updated successfully, but these errors were encountered: