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
If you have a <dfn> for a word that can be pluralized, such as <dfn>representative</dfn>, bikeshed will sucessfully autolink the singular [=representative=] as well as the plural [=representatives=], but it doesn't handle [=representative(s)=], which would be nice. Currently, what you can do is [=representative=](s), but typographically, that's not as nice, since the (s) will be outside of the autolinked term and of the way such terms are getting styled.
The text was updated successfully, but these errors were encountered:
If you have a
<dfn>
for a word that can be pluralized, such as<dfn>representative</dfn>
, bikeshed will sucessfully autolink the singular[=representative=]
as well as the plural[=representatives=]
, but it doesn't handle[=representative(s)=]
, which would be nice. Currently, what you can do is[=representative=](s)
, but typographically, that's not as nice, since the(s)
will be outside of the autolinked term and of the way such terms are getting styled.The text was updated successfully, but these errors were encountered: