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
Create !> **Time** is money, my friend! and ?> _TODO_ unit test
Current behaviour
The !> is produce an element with class tip, meanwhile the ?> is produce an element with class warn (Which stands warning). I think the class is mixed up because the style doesn't follow the meaning of the class.
<p class="tip">
<p class="warn">
Expected behaviour
Use more appropriate and clear classes for each callout. Using the .tip and .warn classes might still make sense after being reversed.
Other relevant information
Docsify version: 4.13.1
Bug still occurs when all/other plugins are disabled?
Docsify plugins (if the bug happens when plugins enabled, please try to isolate the issue): No
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
?
The text was updated successfully, but these errors were encountered:
w3teal
changed the title
Important content (!>) and general tips (?>) have reversed classes
Important content and general tips have reversed classes
Jan 20, 2025
Bug Report
Steps to reproduce
Create
!> **Time** is money, my friend!
and?> _TODO_ unit test
Current behaviour
The
!>
is produce an element with classtip
, meanwhile the?>
is produce an element with classwarn
(Which stands warning). I think the class is mixed up because the style doesn't follow the meaning of the class.<p class="tip">
<p class="warn">
Expected behaviour
Use more appropriate and clear classes for each callout. Using the
.tip
and.warn
classes might still make sense after being reversed.Other relevant information
Bug still occurs when all/other plugins are disabled?
Docsify plugins (if the bug happens when plugins enabled, please try to isolate the issue): No
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
?
The text was updated successfully, but these errors were encountered: