Bootstrap typically removes default paragraph margins and list styles for a cleaner look.
However, there may be cases where you want to maintain the default styles for paragraphs and lists within a section of user-generated content on a Bootstrap 5-styled page.
Is there a way to achieve this without manually assigning classes or redefining styles?
An ideal solution would be a wrapper class that resets the reset, applying default styles to all child elements, but this is not addressed in Bootstrap documentation.
Thank you.