Describe the bug
The API rst-msgblock --class info ... includes an note alert-light CSS class that override the specified CSS class. When --title is passed as an argument, it is ignored. Probably due to a behaviour change in docutils.
INGInious installation details
To Reproduce
In the runfile:
rst-msgblock --class info --message "message" | feedback-msg -a
will not produce an info class Bootstrap alert because it add alert-light to the classes.
Expected behavior
Only one CSS class
Describe the bug
The API
rst-msgblock --class info ...includes annote alert-lightCSS class that override the specified CSS class. When--titleis passed as an argument, it is ignored. Probably due to a behaviour change in docutils.INGInious installation details
To Reproduce
In the runfile:
will not produce an info class Bootstrap alert because it add
alert-lightto the classes.Expected behavior
Only one CSS class